1. 首页
  2. 数据库
  3. 其它
  4. docker silverstripe web:Silverstripe的Docker映像 源码

docker silverstripe web:Silverstripe的Docker映像 源码

上传者: 2021-04-08 16:40:51上传 ZIP文件 5.53KB 热度 13次
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
用户评论