Skip to content

Commit

Permalink
fix getting started docker env var example
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Oct 23, 2024
1 parent 427a5da commit e86eb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/getting_started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you want to test a bit more in depth, you can change to an on-disk database e
```
docker run -d \
-e COOKIE_MODE=danger-insecure \
-e DATABASE_URL=sqlite:/app/data/rauthy.db \
-e DATABASE_URL=sqlite:data/rauthy.db \
-p 8080:8080 \
--name rauthy \
ghcr.io/sebadob/rauthy:0.26.2-lite
Expand Down

0 comments on commit e86eb6e

Please sign in to comment.