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

Merge branch 'docs-fix-docker-proxy-conf-url' into 'develop'

fix docker proxy conf url in docs causing mixed content

See merge request funkwhale/funkwhale!622
parents b6fa4424 81406190
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ easy:
source .env
# Download newest nginx configuration file
curl -L -o nginx/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/docker.nginx.template"
curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/funkwhale_proxy.conf"
curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/docker.funkwhale_proxy.conf"
# Pull the new version containers
docker-compose pull
# Apply the database migrations
......
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