php 容器编排
php:
image: php:7.2.20
restart: always
container_name: php
volumes:
- /data/nginx/wwwroot:/data/wwwroot
ports:
- "9000:9000"
阅读剩余
版权声明:
作者:Akiraka
链接:https://www.akiraka.net/linux/95.html
文章版权归作者所有,未经允许请勿转载。
THE END