1
0

Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 14s

This commit is contained in:
2026-02-20 19:38:14 +00:00
parent a060f124c9
commit 408d945bb4

View File

@@ -20,6 +20,10 @@ services:
- 8448:8448 # Matrix Federation Port - 8448:8448 # Matrix Federation Port
volumes: volumes:
- config:/config:rw - config:/config:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
init: init:
image: busybox:1.37.0 image: busybox:1.37.0
@@ -34,6 +38,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"
networks: networks:
nginx_proxy_manager_network: nginx_proxy_manager_network: