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