Files
containers/bitnami/java/11/rhel-7/docker-compose.yml
2019-03-29 03:21:37 +00:00

14 lines
442 B
YAML

version: '2'
services:
java:
tty: true # Enables debugging capabilities when attached to this container.
# Build action should be successful from any RHEL Host system running the Docker service with subscription managed registered
# + info: https://access.redhat.com/solutions/253273
build: .
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080
volumes:
- .:/app