implemented whitelisting of anonymous docker volumes

This commit is contained in:
2023-11-17 18:31:35 +01:00
parent a519a09725
commit 88038b21e2
3 changed files with 24 additions and 11 deletions

View File

@@ -4,4 +4,4 @@ OnFailure=systemd-notifier@%n.service
[Service]
Type=oneshot
ExecStart=/bin/bash {{health_docker_volumes_folder}}health-docker-volumes.sh
ExecStart=/bin/bash {{ health_docker_volumes_folder }}health-docker-volumes.sh "{{ whitelisted_anonymous_docker_volumes | join(' ') }}"