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