Skip to content

Commit 260a718

Browse files
Merge pull request #85 from OctoPrint/fix-config-vars-documentation
fix variable names in config docs
2 parents 40d7608 + a45fd3d commit 260a718

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)