aboutsummaryrefslogtreecommitdiff
path: root/docker/s6/gogs/run
diff options
context:
space:
mode:
authoreightpigs <eightpigs@outlook.com>2020-04-15 19:42:32 +0800
committerGitHub <noreply@github.com>2020-04-15 19:42:32 +0800
commit28d74a98444c372ef2882c368559c8e4784a7f6f (patch)
tree84d008d42c539e4e1d5453614be22ca523967a33 /docker/s6/gogs/run
parent5637706e4680b00ecbef0aeb92edb535ca0b607e (diff)
docker: fix the bug of using root to create /data/ directory (#6106)
Diffstat (limited to 'docker/s6/gogs/run')
-rwxr-xr-xdocker/s6/gogs/run1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/s6/gogs/run b/docker/s6/gogs/run
index 1aa70eb4..edcf49ce 100755
--- a/docker/s6/gogs/run
+++ b/docker/s6/gogs/run
@@ -4,5 +4,4 @@ if test -f ./setup; then
source ./setup
fi
-export USER=git
exec gosu $USER /app/gogs/gogs web