mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 15:15:56 -05:00
typo fix
This commit is contained in:
parent
672647730d
commit
f493ad94eb
@ -68,7 +68,7 @@ services:
|
||||
|
||||
# Edit this to match your `moonfire-nvr` user.
|
||||
# - Be sure to run the `useradd` command below first.
|
||||
# - Then run `echo $(id -u moonfire-nvr):$(id -u moonfire-nvr)` to see
|
||||
# - Then run `echo $(id -u moonfire-nvr):$(id -g moonfire-nvr)` to see
|
||||
# what should be filled in here.
|
||||
user: UID:GID
|
||||
|
||||
|
@ -208,7 +208,7 @@ If Docker produces this error, look at this section of the docker compose setup:
|
||||
```yaml
|
||||
# Edit this to match your `moonfire-nvr` user.
|
||||
# - Be sure to run the `useradd` command below first.
|
||||
# - Then run `echo $(id -u moonfire-nvr):$(id -u moonfire-nvr)` to see
|
||||
# - Then run `echo $(id -u moonfire-nvr):$(id -g moonfire-nvr)` to see
|
||||
# what should be filled in here.
|
||||
user: UID:GID
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user