Enable streaming for Octoprint

This commit is contained in:
Salt 2022-05-19 18:16:26 -05:00
parent 3701ed678f
commit c633803876

View File

@ -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.