Use more consistent storage paths
This commit is contained in:
parent
1eb7411f6f
commit
f33f82668c
@ -55,5 +55,5 @@ RENDER_COMMAND = rst2html
|
|||||||
IS_INPUT_FILE = false
|
IS_INPUT_FILE = false
|
||||||
|
|
||||||
[picture]
|
[picture]
|
||||||
AVATAR_UPLOAD_PATH = /data/avatars
|
AVATAR_UPLOAD_PATH = /data/gitea/avatars
|
||||||
REPOSITORY_AVATAR_UPLOAD_PATH = /data/repo-avatars
|
REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars
|
||||||
|
@ -77,7 +77,7 @@ networks:
|
|||||||
|
|
||||||
configs:
|
configs:
|
||||||
app_ini:
|
app_ini:
|
||||||
name: gitea_app_ini_v6
|
name: gitea_app_ini_v7
|
||||||
file: app.ini.tmpl
|
file: app.ini.tmpl
|
||||||
template_driver: golang
|
template_driver: golang
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user