From 29d6c1548a964a29e2c581b4228aaaec9e8e8660 Mon Sep 17 00:00:00 2001 From: Julian Fahrer Date: Mon, 19 Aug 2019 20:40:18 -0700 Subject: [PATCH] Set correct default user id --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46c6ebc..fac1592 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 7a8ac96..451cb7a 100644 --- a/README.md +++ b/README.md @@ -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