Files
containers/bitnami/java/16-prod/debian-10/docker-compose.yml
2021-03-29 15:30:02 +00:00

12 lines
296 B
YAML

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