mirror of
https://github.com/mkuf/prind.git
synced 2026-07-07 08:42:46 +02:00
moonraker-obico: run in privileged mode
This commit is contained in:
@@ -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
|
||||
-->
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user