php:
image: php:7.2.20
restart: always
container_name: php
volumes:
- /data/nginx/wwwroot:/data/wwwroot
ports:
- "9000:9000"
php:
image: php:7.2.20
restart: always
container_name: php
volumes:
- /data/nginx/wwwroot:/data/wwwroot
ports:
- "9000:9000"