Skip to content

Commit

Permalink
fix(docs): readme docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb2 authored Sep 15, 2021
1 parent 5c50caf commit 086dd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--volume /path/to/db.json:/app/docat/db.json
--volume /path/to/db.json:/app/docat/db.json \
--publish 8000:80 \
randombenj/docat
```
Expand Down

0 comments on commit 086dd74

Please sign in to comment.