Docker repository path backward compatibility fix:

- resolve #1765
- create link to old git repository path: `/home/git/gogs-repository`
This commit is contained in:
Jean-Philippe Roemer 2015-10-12 21:28:26 +01:00
parent 575300cd57
commit bfed40eec4
1 changed files with 4 additions and 0 deletions

View File

@ -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 Docker v0.6.15
ln -sf /data/git /home/git
chown -R git:git /data /app/gogs ~git/