From b689ba8634ea192c2b19adbc075e70d451a4f4b3 Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Mon, 30 Nov 2020 23:12:23 +0100 Subject: [PATCH] Fix SNIP_FLASK_SECRET variable in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e103071..1aabf15 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The simplest way to get started is to run snip from the regularily [published docker containers](https://hub.docker.com/repository/docker/arminfriedl/snip). ```shell -docker run -p5000 -e"SNIP_SECRET=secretkey" arminfriedl/snip:latest +docker run -p5000 -e"SNIP_FLASK_SECRET=secretkey" arminfriedl/snip:latest ``` Then navigate your browser to http://localhost:5000. Alternatively, you can also