solved docker-compose naming bugs

This commit is contained in:
2023-04-19 00:03:13 +02:00
parent 0aacd81f6e
commit 7cb11a2d37
56 changed files with 147 additions and 147 deletions

View File

@@ -4,4 +4,4 @@ OnFailure=systemd-email@%n.service
[Service]
Type=oneshot
ExecStart=/bin/bash {{docker_health_check_folder}}server_docker-health-check.sh
ExecStart=/bin/bash {{docker_health_check_folder}}docker-health-check.sh

View File

@@ -1,5 +1,5 @@
[Unit]
Description=starts server_docker-health-check.service
Description=starts docker-health-check.service
[Timer]
OnCalendar={{on_calendar_docker_health_check}}