group renamed
This commit is contained in:
parent
531b6a1cbd
commit
c9420d8416
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue