This commit is contained in:
Scott Lamb 2023-12-05 09:11:41 -08:00
parent 672647730d
commit f493ad94eb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
```