centos8 docker-compose.yml 部署 Nginx+PHP7 環境

目錄結構php docker-compose.ymlhtml version: "3.3" services: nginx: image: nginx ports: - "8080:80" links: - php volumes: - ./www:/var/www/html - ./nginx/nginx.con
相關文章
相關標籤/搜索