Skip to content

Commit

Permalink
Set correct default user id
Browse files Browse the repository at this point in the history
  • Loading branch information
jfahrer committed Aug 20, 2019
1 parent e5dbcb3 commit 29d6c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV \
UNISON_OPTS="" \
CONTAINER_DATA_PATH=$CONTAINER_DATA_PATH \
HOST_DATA_PATH=$HOST_DATA_PATH \
SYNC_USERID=0 \
SYNC_UID=0 \
SYNC_USER=syncer \
MONIT_CHECK_INTERVAL=1 \
MONIT_ENABLED=true \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '3.7'

services:
blitz:
image: codetales/blitz:0.3.1
image: codetales/blitz:0.3.2
volumes:
# The bind mount to give blitz access to the local copy of your source code
- ./:/host:cached
Expand Down

0 comments on commit 29d6c15

Please sign in to comment.