priv
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
Check Nix formatting / Perform Nix format checks (pull_request) Failing after 1m12s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Failing after 1m21s

This commit is contained in:
ahuston-0 2025-03-02 18:01:29 -05:00
parent 37a5856d40
commit 8afdc53a88
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -70,6 +70,7 @@ in
]; ];
extraOptions = [ extraOptions = [
"--network=haproxy-net" "--network=haproxy-net"
"--privileged"
]; ];
ports = [ "9980:80" ]; ports = [ "9980:80" ];
}; };