dma7

Results 1 issues of dma7

I try to setup the container on a Fedora 39 host using Portainer. My compose config: ``` version: '3.3' services: cupsd: image: olbat/cupsd container_name: cupsd volumes: - '/var/run/dbus:/var/run/dbus' - '/dev/bus/usb:/dev/bus/usb'...