updated haproxy user

This commit is contained in:
Richie Cahill 2024-07-05 14:50:39 -04:00
parent 0ff0c926c4
commit cf057eed0a

View File

@ -16,7 +16,7 @@ in
}; };
haproxy = { haproxy = {
image = "haproxy:latest"; image = "haproxy:latest";
user = "998:998"; user = "600:600";
environment = { environment = {
TZ = "Etc/EST"; TZ = "Etc/EST";
}; };