mirror of https://github.com/go-gitea/gitea.git
Merge pull request #1766 from 0rax/develop
Docker repository path backward compatibility fix
This commit is contained in:
commit
5c6df9f31b
|
@ -12,7 +12,11 @@ fi
|
|||
|
||||
cd /app/gogs
|
||||
|
||||
# Link volumed data with app data
|
||||
ln -sf /data/gogs/log ./log
|
||||
ln -sf /data/gogs/data ./data
|
||||
|
||||
# Backward Compatibility with Gogs Container v0.6.15
|
||||
ln -sf /data/git /home/git
|
||||
|
||||
chown -R git:git /data /app/gogs ~git/
|
||||
|
|
Loading…
Reference in New Issue