Use more consistent storage paths

This commit is contained in:
Luke Murphy 2020-09-09 08:19:55 +02:00
parent 1eb7411f6f
commit f33f82668c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 3 deletions

View File

@ -55,5 +55,5 @@ RENDER_COMMAND = rst2html
IS_INPUT_FILE = false
[picture]
AVATAR_UPLOAD_PATH = /data/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = /data/repo-avatars
AVATAR_UPLOAD_PATH = /data/gitea/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars

View File

@ -77,7 +77,7 @@ networks:
configs:
app_ini:
name: gitea_app_ini_v6
name: gitea_app_ini_v7
file: app.ini.tmpl
template_driver: golang