update .gitignore and add diun service labels in multiple docker-compose files

This commit is contained in:
Peter Wood
2025-02-13 18:10:36 +00:00
parent 8b4b5aa78a
commit 44ff38a765
21 changed files with 70 additions and 43 deletions

View File

@@ -11,6 +11,8 @@ services:
- config:/opt/adguardhome/conf # app configuration
- work:/opt/adguardhome/work # app working directory
restart: always
labels:
- diun.enable=true
volumes:
config:
driver: local