Fix avatars path

This commit is contained in:
Luke Murphy 2020-09-09 07:58:49 +02:00
parent 2a690346d7
commit 4db5a70d8d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 3 deletions

View File

@ -52,5 +52,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/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = /data/repo-avatars

View File

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