17.0.0-prod-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-10-08 16:03:59 +00:00
parent 616a58f8ce
commit 7a97700271
7 changed files with 125 additions and 1 deletions

View File

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