summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorJean-Philippe Roemer <roemer.jp@gmail.com>2015-10-12 21:52:20 +0100
committerJean-Philippe Roemer <roemer.jp@gmail.com>2015-10-12 21:52:20 +0100
commit533c6a8e081e8fc1d8001daeccfb15542c6e10f6 (patch)
treeab33c68baf36794581ab928001512db0d6b03bed /docker
parentbfed40eec490f3c22c848b0c1c1550d8b349f821 (diff)
downloadgitea-533c6a8e081e8fc1d8001daeccfb15542c6e10f6.tar.gz
gitea-533c6a8e081e8fc1d8001daeccfb15542c6e10f6.zip
Edit comment to make it clear that we are talking about container version
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/s6/gogs/setup2
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/