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
This commit is contained in:
commit
20fdf3b9c1
|
@ -46,7 +46,7 @@ easy:
|
||||||
source .env
|
source .env
|
||||||
# Download newest nginx configuration file
|
# 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.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
|
# Pull the new version containers
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
# Apply the database migrations
|
# Apply the database migrations
|
||||||
|
|
Loading…
Reference in New Issue