Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale_OLD
Commits
b989ae0e
Verified
Commit
b989ae0e
authored
Jan 27, 2019
by
Eliot Berriot
Browse files
Fixed wrong URL in documentation for funkwhale_proxy.conf file when deploying using Docker
parent
4bfb1691
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/docker-proxy.bugfix
0 → 100644
View file @
b989ae0e
Fixed wrong URL in documentation for funkwhale_proxy.conf file when deploying using Docker
docs/installation/docker.rst
View file @
b989ae0e
...
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment