Files
containers/bitnami/php-fpm/docker-compose.yml
2022-03-08 14:14:18 +00:00

11 lines
209 B
YAML

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