fix: Mount nginx templates into the right location inside docker container

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2491>
This commit is contained in:
Georg Krause 2023-06-16 16:26:58 +02:00 committed by Marge
parent 027caee532
commit 795e2bf49a
2 changed files with 2 additions and 1 deletions
changes/changelog.d
deploy

View File

@ -0,0 +1 @@
Fix location of the nginx config template for docker deployments (#2146)

View File

@ -83,7 +83,7 @@ services:
# Uncomment if you want to use your previous nginx config, please let us
# know what special configuration you need, so we can support it with out
# upstream nginx configuration!
#- "./nginx/funkwhale.template:/etc/nginx/conf.d/funkwhale.template:ro"
#- "./nginx/funkwhale.template:/etc/nginx/templates/default.conf.template:ro"
#- "./nginx/funkwhale_proxy.conf:/etc/nginx/funkwhale_proxy.conf:ro"
- "${MUSIC_DIRECTORY_SERVE_PATH-/srv/funkwhale/data/music}:${MUSIC_DIRECTORY_PATH-/music}:ro"