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

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