Skip to content

Commit

Permalink
rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Oct 23, 2024
1 parent e86eb6e commit 6909d7e
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 336 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/docker.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h2 id="testing--local-evaluation"><a class="header" href="#testing--local-evalu
<p>If you want to test a bit more in depth, you can change to an on-disk database easily:</p>
<pre><code>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
2 changes: 1 addition & 1 deletion docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h2 id="testing--local-evaluation"><a class="header" href="#testing--local-evalu
<p>If you want to test a bit more in depth, you can change to an on-disk database easily:</p>
<pre><code>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
Loading

0 comments on commit 6909d7e

Please sign in to comment.