Files
containers/bitnami/php-fpm/7.4-prod/debian-10/docker-compose.yml
2021-04-08 00:04:06 +00:00

11 lines
214 B
YAML

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