diff --git a/changes/changelog.d/2146.bugfix b/changes/changelog.d/2146.bugfix new file mode 100644 index 000000000..c57fae48a --- /dev/null +++ b/changes/changelog.d/2146.bugfix @@ -0,0 +1 @@ +Fix location of the nginx config template for docker deployments (#2146) diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index 282da092b..534dae393 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -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"