Files
containers/bitnami/php-fpm/7.3/debian-10/docker-compose.yml
2020-01-24 10:07:11 +00:00

11 lines
201 B
YAML

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