Skip to content

Commit

Permalink
Merge pull request #497 from docat-org/docs/496-wrong-instructions-in…
Browse files Browse the repository at this point in the history
…-readme

Docs: Fix Readme wrong instructions for docat persistence
  • Loading branch information
reglim authored Apr 14, 2023
2 parents d552b89 + 14f2b5a commit 0f66902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ you can optionally use volumes to persist state:
```sh
# run container in background and persist data (docs, nginx configs and tokens database)
# use 'ghcr.io/docat-org/docat:unstable' to get the latest changes
mkdir -p docat-run/
mkdir -p docat-run/doc
docker run \
--detach \
--volume $PWD/docat-run/doc:/var/docat/ \
--volume $PWD/docat-run:/var/docat/ \
--publish 8000:80 \
ghcr.io/docat-org/docat
```
Expand Down Expand Up @@ -106,4 +106,4 @@ Supported config options:

### Hide Controls

If you would like to send link to a specific version of the documentation without the option to change the version, you can do so by clicking on the `Hide Controls` button. This will hide the control buttons and change the link, which can then be copied as usual.
If you would like to send link to a specific version of the documentation without the option to change the version, you can do so by clicking on the `Hide Controls` button. This will hide the control buttons and change the link, which can then be copied as usual.

0 comments on commit 0f66902

Please sign in to comment.