11.0.7-debian-10-r44 release

This commit is contained in:
Bitnami Bot
2020-05-25 16:45:27 +00:00
parent c3410d34e2
commit 5c57c066ee
5 changed files with 36 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ version: '2'
services:
java:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/java:1.8'
image: 'docker.io/bitnami/java:11-debian-10'
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080