Skip to content
Snippets Groups Projects
Commit 8d9f2926 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'fixed-wrong-docker-proxy-template' into 'master'

Fixed wrong URL in documentation for funkwhale_proxy.conf file when deploying using Docker

See merge request !569
parents 4bfb1691 b989ae0e
No related branches found
No related tags found
No related merge requests found
Fixed wrong URL in documentation for funkwhale_proxy.conf file when deploying using Docker
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment