moonraker-obico: run in privileged mode

This commit is contained in:
Markus Küffner
2023-09-23 16:52:38 +02:00
parent 6011055608
commit 68a57f9aae
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- custom: added wget to moonraker-timelaps as suggested in https://github.com/mkuf/prind/issues/46#issuecomment-1714421086
### Changed
- klipperscreen: mount host dbus into container
- moonraker-obico: run service in privileged mode
### Removed
-->

View File

@@ -162,6 +162,7 @@ services:
moonraker-obico:
image: ghcr.io/thespaghettidetective/moonraker-obico:latest
restart: unless-stopped
privileged: true
volumes:
- ./config:/opt/printer_data/config
- log:/opt/printer_data/logs