summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/start.sh b/docker/start.sh
index 041beba5bf..042bdd05d5 100755
--- a/docker/start.sh
+++ b/docker/start.sh
@@ -52,5 +52,5 @@ fi
if [ $# -gt 0 ];then
exec "$@"
else
- exec /usr/bin/s6-svscan /app/gogs/docker/s6/
+ exec /bin/s6-svscan /app/gogs/docker/s6/
fi