index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
docker
/
s6
/
gogs
/
setup
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Jean-Philippe Roemer <roemer.jp@gmail.com>
2015-10-12 21:52:20 +0100
committer
Jean-Philippe Roemer <roemer.jp@gmail.com>
2015-10-12 21:52:20 +0100
commit
533c6a8e081e8fc1d8001daeccfb15542c6e10f6
(
patch
)
tree
ab33c68baf36794581ab928001512db0d6b03bed
/
docker/s6/gogs/setup
parent
bfed40eec490f3c22c848b0c1c1550d8b349f821
(
diff
)
Edit comment to make it clear that we are talking about container version
Diffstat
(limited to 'docker/s6/gogs/setup')
-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 626cda1f..e64a36d6 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/