diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d6b4a..8beee2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - 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 ### Removed --> diff --git a/docker-compose.yaml b/docker-compose.yaml index 0c6fc40..66c8042 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -115,6 +115,7 @@ services: profiles: - klipperscreen volumes: + - /run/dbus:/run/dbus - /run/systemd:/run/systemd - /etc/localtime:/etc/localtime:ro - /tmp/.X11-unix:/tmp/.X11-unix