Explorar el Código

Edit comment to make it clear that we are talking about container version

Jean-Philippe Roemer hace 9 años
padre
commit
533c6a8e08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker/s6/gogs/setup

+ 1 - 1
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/