docker silverstripe web:Silverstripe的Docker映像 源码
Silverstripe的Docker映像 支持的标签 入门 在您的项目中添加docker-compose.yml文件,并添加以下内容: version: '3' services: web: image: voyagestudio/silverstripe-web:7.3 ports: - "8080:80" working_dir: /var/www volumes: - .:/var/www/html environment: DEVSERVER_HOST: "${DEVSERVER_HOST}" DEVSERVER_PORT: "${DEVSERVER_PORT}" db: image: mysql:5 command: --default-authentication
文件列表
docker-silverstripe-web-master.zip
(预估有个6文件)
docker-silverstripe-web-master
5.6
Dockerfile
558B
7.4
Dockerfile
4KB
README.md
979B
7.1
Dockerfile
825B
7.3
Dockerfile
997B
暂无评论