Skip to content

Commit

Permalink
Merge pull request #117 from maxb2/maxb2-patch-1
Browse files Browse the repository at this point in the history
docs: readme typo
  • Loading branch information
randombenj authored Sep 16, 2021
2 parents 5c50caf + 086dd74 commit 7dd31b5
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 7dd31b5

Please sign in to comment.