ha-3dprinter-addons/3dprinter-octoprint/rootfs/etc/services.d/octoprint/run
2022-07-07 23:52:59 +02:00

9 lines
395 B
Plaintext

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start OctoPrint
# s6-overlay docs: https://github.com/just-containers/s6-overlay
# ==============================================================================
## Run your program
exec octoprint serve --iknowwhatimdoing --host 0.0.0.0 --port 80 --basedir /data/config/octoprint