Skip to content

Commit

Permalink
Set docker-sync's default uid to 501
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 18, 2018
1 parent 889dd68 commit 6c4f3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/']

0 comments on commit 6c4f3a9

Please sign in to comment.