Fix SNIP_FLASK_SECRET variable in README
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
26a79d15b4
commit
b689ba8634
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue