From c9420d8416f1d54433c026a99c35df980123be3f Mon Sep 17 00:00:00 2001 From: f Date: Tue, 8 Sep 2020 13:34:31 -0300 Subject: [PATCH] group renamed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0133a6c..9e57177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM sutty/monit:latest # Syncthing runs with the same uid and gid for Sutty so ownership is # kept, since ST doesn't sync these. RUN addgroup -g 82 -S syncthing -RUN adduser -s /bin/sh -G www-data -D -u 1000 -h /home/syncthing syncthing +RUN adduser -s /bin/sh -G syncthing -D -u 1000 -h /home/syncthing syncthing RUN apk add --no-cache ca-certificates daemonize