Files
containers/bitnami/php-fpm/docker-compose.yml
2017-01-11 20:13:22 +05:30

11 lines
202 B
YAML

version: '2'
services:
php:
tty: true # Enables debugging capabilities when attached to this container.
image: bitnami/php-fpm:latest
ports:
- 9000:9000
volumes:
- .:/app