mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 07:39:06 +08:00
17.0.0-prod-debian-10-r0 release
This commit is contained in:
11
bitnami/java/17-prod/debian-10/docker-compose.yml
Normal file
11
bitnami/java/17-prod/debian-10/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user