diff --git a/changes/changelog.d/docker-proxy.bugfix b/changes/changelog.d/docker-proxy.bugfix
new file mode 100644
index 0000000000000000000000000000000000000000..9dac8ffb34853988ef4659022bfa6fa02590d580
--- /dev/null
+++ b/changes/changelog.d/docker-proxy.bugfix
@@ -0,0 +1 @@
+Fixed wrong URL in documentation for funkwhale_proxy.conf file when deploying using Docker
diff --git a/docs/installation/docker.rst b/docs/installation/docker.rst
index ceb7b8d03eaf707208f9f418ff5ab0d7f86abf72..45e0b481f5efbffb9e46abaeabf9d971916a77c0 100644
--- a/docs/installation/docker.rst
+++ b/docs/installation/docker.rst
@@ -133,7 +133,7 @@ Download the sample docker-compose file:
     cd /srv/funkwhale
     mkdir nginx
     curl -L -o nginx/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker.nginx.template"
-    curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/funkwhale_proxy.conf"
+    curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker.funkwhale_proxy.conf"
     curl -L -o docker-compose.yml "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker-compose.yml"
 
 At this point, the architecture of ``/srv/funkwhale``  should look like that: