[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-05-12 15:24:10 +00:00
parent 5e29d5252b
commit 047bd37764

View file

@ -5,7 +5,7 @@ networks:
services: services:
wireguard: gluetun:
image: qmcgaw/gluetun:latest image: qmcgaw/gluetun:latest
container_name: gluetun container_name: gluetun
cap_add: cap_add:
@ -191,7 +191,7 @@ services:
- /app-config/sabnzbd:/config - /app-config/sabnzbd:/config
- /usenet:/usenet - /usenet:/usenet
restart: unless-stopped restart: unless-stopped
network_mode: "service:wireguard" network_mode: "service:gluetun"
lidarr: lidarr:
image: lscr.io/linuxserver/lidarr:latest image: lscr.io/linuxserver/lidarr:latest