誤字fix

This commit is contained in:
yuuki 2024-10-31 14:48:14 +09:00
parent 7a3db8c48c
commit 071ffab88a

View file

@ -9,7 +9,7 @@
```bash ```bash
docker run --detach \ docker run --detach \
--name litey-mongo-debug \ --name litey-mongo-debug \
--volume lzitey-mongo-debug:/data/db \ --volume litey-mongo-debug:/data/db \
--publish 27017:27017 \ --publish 27017:27017 \
mongo mongo
``` ```