This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
syncthing
Watch
1
Star
0
Fork
0
You've already forked syncthing
mirror of
https://github.com/octoleo/syncthing.git
synced
2025-01-09 17:53:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f747ba6d69
syncthing
/
script
/
docker-entrypoint.sh
8 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
docker: Create entrypoint script (fixes #5631) (#5635)
2019-05-18 06:43:53 +00:00
#!/bin/sh
set
-eu
docker: Add stdiscosrv and strelaysrv Dockerfiles (#6143)
2019-11-11 08:37:08 +00:00
chown
"
${
PUID
}
:
${
PGID
}
"
"
${
HOME
}
"
\
docker: Create entrypoint script (fixes #5631) (#5635)
2019-05-18 06:43:53 +00:00
&&
exec
su-exec
"
${
PUID
}
:
${
PGID
}
"
\
docker: Add stdiscosrv and strelaysrv Dockerfiles (#6143)
2019-11-11 08:37:08 +00:00
"
$@
"
Reference in New Issue
Copy Permalink