11.0.10-debian-10-r71 release

This commit is contained in:
Bitnami Bot
2021-04-08 09:18:05 +00:00
parent 60e8d41b3c
commit 03312b49e0
5 changed files with 5 additions and 4 deletions

View File

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