Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Jan 8, 2025
1 parent 50bf8e8 commit 5a885d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ docker run -p 3721:3721 ghcr.io/undb-io/undb:latest
```bash
docker run -d \
-p 3721:3721 \
-v $(pwd)/undb.sqlite:/usr/src/app/undb.sqlite \
-v $(pwd)/undb:/usr/src/app/undb \
-v $(pwd)/undb:/usr/src/app/.undb/storage
-v $(pwd)/undb:/usr/src/app/.undb \
--name undb \
ghcr.io/undb-io/undb:latest
```
Expand Down

0 comments on commit 5a885d7

Please sign in to comment.