bitnami-containers/bitnami/php-fpm/docker-compose.yml

13 lines
253 B
YAML

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