From 533c6a8e081e8fc1d8001daeccfb15542c6e10f6 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Roemer <roemer.jp@gmail.com>
Date: Mon, 12 Oct 2015 21:52:20 +0100
Subject: [PATCH] Edit comment to make it clear that we are talking about
 container version

---
 docker/s6/gogs/setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/