committed by
Jakob Borg
parent
441ea109a1
commit
cc36621b11
8
script/docker-entrypoint.sh
Executable file
8
script/docker-entrypoint.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
chown "${PUID}:${PGID}" /var/syncthing \
|
||||
&& exec su-exec "${PUID}:${PGID}" \
|
||||
env HOME=/var/syncthing \
|
||||
/bin/syncthing "$@"
|
||||
Reference in New Issue
Block a user