Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Dec 5, 2023
1 parent 6726477 commit f493ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit f493ad9

Please sign in to comment.