diff --git a/compose.yaml b/compose.yaml index b7db5f8..79926b7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -158,6 +158,10 @@ services: sabnzbd: image: lscr.io/linuxserver/sabnzbd:latest container_name: sabnzbd + logging: + driver: loki + options: + loki-url: "https://10.1.1.5:31000/loki/api/v1/push" environment: - PUID=1000 - PGID=1000