Files
containers/bitnami/java/docker-compose.yml
Tomas Pizarro db36c3beb7 Initial commit
2017-11-22 16:53:54 +00:00

12 lines
275 B
YAML

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