Ai
1 Star 0 Fork 0

whatbug/dev-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-sync.yml 505 Bytes
一键复制 编辑 原始数据 按行查看 历史
whatbug 提交于 2022-06-14 11:09 +08:00 . first push
version: "2"
options:
verbose: false
syncs:
www-docker-sync: # name of the intermediary sync volume
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file
src: '${WORKSPACES}' # host source directory
sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
sync_strategy: 'native_osx' # for osx use 'native_osx', for windows use 'unison'
sync_excludes: ['.idea', '.git/', '.DS_Store',] # ignored directories
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/whatbug/dev-php.git
git@gitee.com:whatbug/dev-php.git
whatbug
dev-php
dev-php
master

搜索帮助