From 3af3327311af2d9bf5cc9756fc63d4b9b01df49e Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Thu, 22 Mar 2018 14:18:55 +0100 Subject: [PATCH] Added missing choice of version in the docker deployment guide --- docs/installation/docker.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/docker.rst b/docs/installation/docker.rst index 34e8187c5..dc031caed 100644 --- a/docs/installation/docker.rst +++ b/docs/installation/docker.rst @@ -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)