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

14 lines
698 B
YAML

version: '2'
services:
php:
tty: true # Enables debugging capabilities when attached to this container.
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/php-fpm-5-6
image: registry.connect.redhat.com/bitnami/php-fpm-5-6
ports:
- 9000:9000
volumes:
- .:/app