diff options
-rwxr-xr-x | docker/s6/gogs/setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/s6/gogs/setup b/docker/s6/gogs/setup index 9b5fdd0c..ac82e210 100755 --- a/docker/s6/gogs/setup +++ b/docker/s6/gogs/setup @@ -19,4 +19,5 @@ ln -sfn /data/gogs/data ./data # Backward Compatibility with Gogs Container v0.6.15 ln -sfn /data/git /home/git +chown -R git:git /data /app/gogs ~git/ chmod 0755 /data /data/gogs ~git/ |