Skip to content

Commit 1d4e1d9

Browse files
committed
update Docker command example
1 parent 0910ab6 commit 1d4e1d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ docker build -t pwmp-server .
135135
You can test the container using the following command:
136136
```sh
137137
# Note that the config already exists on the host!
138-
docker run --rm -it -v ~/.pwmp-server:/config:ro pwmp-server
138+
docker run --rm -it -v ~/.pwmp-server:/app/data:ro pwmp-server
139139
```
140140

141141
## Proxies

0 commit comments

Comments
 (0)