Fix avatars path

This commit is contained in:
Luke Murphy
2020-09-09 07:58:49 +02:00
parent 2a690346d7
commit 4db5a70d8d
2 changed files with 3 additions and 3 deletions
+2 -2
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
+1 -1
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