Skip to content

Commit

Permalink
Merge pull request #14 from xcsrz/master
Browse files Browse the repository at this point in the history
Correct example in README.md
  • Loading branch information
jshridha authored Jan 25, 2019
2 parents 0391409 + efb2933 commit f9062fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker run -d --name=motioneye \
-e TIMEZONE="America/New_York" \
-e PUID="99" \
-e PGID="100" \
-v /mnt/user/appdata/motioneye/media:/home/nobody/media \
-v /mnt/user/appdata/motioneye/media:/home/nobody/motioneye/media \
-v /mnt/user/appdata/motioneye/config:/config \
jshridha/motioneye:latest
```
Expand Down

0 comments on commit f9062fe

Please sign in to comment.