diff --git a/guide/install.md b/guide/install.md index e5a780a7..9b5b3c2b 100644 --- a/guide/install.md +++ b/guide/install.md @@ -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 diff --git a/guide/troubleshooting.md b/guide/troubleshooting.md index 753060b7..40d60af2 100644 --- a/guide/troubleshooting.md +++ b/guide/troubleshooting.md @@ -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 ```