1 Star 0 Fork 0

magicianp / mylaradock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-sync.yml 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
magicianp 提交于 2018-03-25 09:16 . first
version: "2"
options:
verbose: false
syncs:
applications-docker-sync: # name of the intermediary sync volume
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file
src: '${APPLICATION}' # host source directory
sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
sync_strategy: '${DOCKER_SYNC_STRATEGY}' # for osx use 'native_osx', for windows use 'unison'
sync_excludes: ['laradock', 'ignored_folder_example'] # ignored directories
1
https://gitee.com/magicianp/mylaradock.git
git@gitee.com:magicianp/mylaradock.git
magicianp
mylaradock
mylaradock
master

搜索帮助