Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 38c6369

Browse files
authored
Update README.md
1 parent 3aae8ec commit 38c6369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ docker run --rm -it \
132132
--name mdc_test \
133133
-v ${PWD}/test:/data \
134134
-v ${PWD}/config:/config \
135-
-e PUID=1000
136-
-e PGID=1000
135+
-e UID=1000 \
136+
-e GID=1000 \
137137
vergilgao/mdc:latest
138138
```
139139

0 commit comments

Comments
 (0)