diff --git a/docker-sync.yml b/docker-sync.yml index 5aa779204..d37056de5 100644 --- a/docker-sync.yml +++ b/docker-sync.yml @@ -3,9 +3,9 @@ version: "2" syncs: docker-sync: src: './' - sync_userid: '1000' + sync_userid: '501' sync_excludes: ['.gitignore', '.git/', '.idea/'] # docker-sync-another-project: # src: '/absolute/path/to/project/codebase' -# sync_userid: '1000' +# sync_userid: '501' # sync_excludes: ['.gitignore', '.git/', '.idea/']