diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/s6/gogs/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/s6/gogs/setup b/docker/s6/gogs/setup index 626cda1f04..e64a36d6e6 100755 --- a/docker/s6/gogs/setup +++ b/docker/s6/gogs/setup @@ -16,7 +16,7 @@ cd /app/gogs ln -sf /data/gogs/log ./log ln -sf /data/gogs/data ./data -# Backward Compatibility with Docker v0.6.15 +# Backward Compatibility with Gogs Container v0.6.15 ln -sf /data/git /home/git chown -R git:git /data /app/gogs ~git/ |