Skip to content

Commit

Permalink
mkdir db
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Aug 10, 2024
1 parent 175eb39 commit 93ae8fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Read more in [the documentation](https://frameos.net/guide/backend).
```bash
# running the latest release
SECRET_KEY=$(openssl rand -base64 32)
mkdir db
docker run -d -p 8989:8989 -v ./db:/app/db --name frameos --restart always -e SECRET_KEY="$SECRET_KEY" frameos/frameos

# update daily to the latest release
Expand Down

0 comments on commit 93ae8fa

Please sign in to comment.