Update hosts/docker/configuration.nix
This commit is contained in:
@@ -92,7 +92,7 @@ systemd.timers.update-containers = {
|
|||||||
# Run as root so it can read /etc/secrets and access docker socket
|
# Run as root so it can read /etc/secrets and access docker socket
|
||||||
# User = "root";
|
# User = "root";
|
||||||
#EnvironmentFile = "-/etc/secrets/docker-health-alert.env";
|
#EnvironmentFile = "-/etc/secrets/docker-health-alert.env";
|
||||||
ExecStart = "mnt/docker-persistent-data/docker/gotify/docker-health-to-gotify.sh";
|
ExecStart = "/mnt/docker-persistent-data/docker/gotify/docker-health-to-gotify.sh";
|
||||||
StandardOutput = "journal";
|
StandardOutput = "journal";
|
||||||
StandardError = "journal";
|
StandardError = "journal";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user