Enable streaming for Octoprint
This commit is contained in:
parent
3701ed678f
commit
c633803876
@ -6,12 +6,8 @@
|
|||||||
image: octoprint/octoprint:latest
|
image: octoprint/octoprint:latest
|
||||||
privileged: yes
|
privileged: yes
|
||||||
network_mode: host
|
network_mode: host
|
||||||
# Uncomment all this stuff when the camera shows up
|
env:
|
||||||
# env:
|
ENABLE_MJPG_STREAMER: "true"
|
||||||
# ENABLE_MJPG_STREAMER: true
|
|
||||||
# devices:
|
|
||||||
# - /dev/ttyACM0:/dev/ttyACM0
|
|
||||||
# - /dev/video0:/dev/video0
|
|
||||||
volumes:
|
volumes:
|
||||||
# I know this is strictly speaking a "bad thing", but this device is an
|
# I know this is strictly speaking a "bad thing", but this device is an
|
||||||
# appliance so whatever.
|
# appliance so whatever.
|
||||||
|
Loading…
Reference in New Issue
Block a user