1
0

Enable diun
All checks were successful
Deploy / Deploy (push) Successful in 17s

This commit is contained in:
2026-04-02 00:12:57 +01:00
parent 2299598183
commit 5ffdd52376

View File

@@ -12,6 +12,10 @@ services:
- /etc/group:/etc/group:ro - /etc/group:/etc/group:ro
# Mount all named volumes so they can be initialised # Mount all named volumes so they can be initialised
- config:/config:rw - config:/config:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
wireguard: wireguard:
image: linuxserver/wireguard:1.0.20250521 image: linuxserver/wireguard:1.0.20250521
@@ -42,6 +46,10 @@ services:
volumes: volumes:
- config:/config - config:/config
# - /lib/modules:/lib/modules # - /lib/modules:/lib/modules
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
networks: networks:
wireguard_network: wireguard_network: