diff --git a/compose.yml b/compose.yml index 0a30722..cab4209 100644 --- a/compose.yml +++ b/compose.yml @@ -20,6 +20,10 @@ services: - 8448:8448 # Matrix Federation Port volumes: - config:/config:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" init: image: busybox:1.37.0 @@ -34,6 +38,10 @@ services: - /etc/group:/etc/group:ro # Mount all named volumes so they can be initialised - config:/config:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" networks: nginx_proxy_manager_network: