Skip to content

Commit a45fd3d

Browse files
committed
fix variable names in config docs
1 parent 40d7608 commit a45fd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and if you wish to change them, refer to the docker-compose docs on setting envi
4141
| variable | default |
4242
| -------- | ------- |
4343
| `CAMERA_DEV` | `/dev/video0` (see [note](#devices_note)) |
44-
| `CAMERA_DEV` | `MJPEG_STREAMER_INPUT -y -n -r 640x48` |
44+
| `MJPEG_STREAMER_INPUT` | `-y -n -r 640x48` |
4545

4646
**note:** You will still need to declare the `device` mapping in your docker-compose file or docker command,
4747
even if you explicitly declare the `CAMERA_DEV`. The value of `CAMERA_DEV` is used in starting the mjpeg-streamer

0 commit comments

Comments
 (0)