11.0.2-ol-7-r0-prod release

This commit is contained in:
Bitnami Bot
2019-02-06 10:36:15 +00:00
parent 9f546e5e43
commit 3222bf5d93
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
version: '2'
services:
java:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/java:11-ol-7-prod'
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080
volumes:
- .:/app