Skip to content
Snippets Groups Projects
Verified Commit 3af33273 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added missing choice of version in the docker deployment guide

parent ae651903
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@ Create your env file:
.. parsed-literal::
export FUNKWHALE_VERSION="|version|"
curl -L -o .env "https://code.eliotberriot.com/funkwhale/funkwhale/raw/|version|/deploy/env.prod.sample"
sed -i "s/FUNKWHALE_VERSION=latest/FUNKWHALE_VERSION=$FUNKWHALE_VERSION/" .env
Ensure to edit it to match your needs (this file is heavily commented)
......
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