Skip to content

Commit

Permalink
Fix a bug in an example command
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Feb 18, 2025
1 parent 7351b9d commit f9abcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/user/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ And mount it before you start the container:
```shell
docker run \
--mount type=volume,source=zebrad-cache,target=/home/zebra/.cache/zebra \
--name zebra
--name zebra \
zfnd/zebra
```

Expand Down

0 comments on commit f9abcf2

Please sign in to comment.