Files
containers/bitnami/java/1.8/ol-7/docker-compose.yml
Bitnami Bot 174a9acbbd 1.8.171-ol-7-r0 release
Maintenance release
2018-05-30 17:09:09 +00:00

12 lines
277 B
YAML

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