Skip to content

Commit

Permalink
secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Oct 14, 2023
1 parent efc41ef commit 770cdf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Read more in [the documentation](https://frameos.net/installation/controller).

```bash
# running the latest release
docker run -d -p 8999:8999 -v ./db:/app/db --name frameos --restart always mariusandra/frameos
SECRET_KEY=$(openssl rand -base64 32)
docker run -d -p 8999:8999 -v ./db:/app/db --name frameos --restart always -e SECRET_KEY="$SECRET_KEY" mariusandra/frameos

# update daily to the latest release
docker run -d \
Expand Down

0 comments on commit 770cdf3

Please sign in to comment.