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
用户评论