Skip to content

Commit

Permalink
change user home directory to filebrowser path
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Apr 24, 2024
1 parent cec2244 commit 724b613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM syncthing/syncthing:1.27.6 AS build
RUN apk add --no-cache curl tini inotify-tools yq && \
rm -rf /var/cache/apk/*

RUN ln -s /mnt/filebrowser/syncthing /home/syncthing_user
RUN adduser --disabled-password syncthing_user
RUN adduser --disabled-password -h /mnt/filebrowser/syncthing syncthing_user

COPY docker_files/* /usr/local/bin

Expand Down

0 comments on commit 724b613

Please sign in to comment.