bitnami-containers/bitnami/php-fpm/7.1/rhel-7/docker-compose.yml

15 lines
475 B
YAML

version: '2'
services:
php:
tty: true # Enables debugging capabilities when attached to this container.
# Force docker-compose to use a comprehensive name for the image
image: bitnami_php-fpm:7.1-rhel-7
# 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: .
ports:
- 9000:9000
volumes:
- .:/app