Proxy : Disable port 80.

This commit is contained in:
Dmitry Voronin 2024-06-14 22:48:32 +03:00
parent d929e85b05
commit 3b234c060b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -9,11 +9,12 @@ in {
containers.proxy = container.mkContainer cfg {
forwardPorts = [
# {
# containerPort = 80;
# hostPort = 80;
# protocol = "tcp";
# } {
{
containerPort = 80;
hostPort = 80;
protocol = "tcp";
} {
containerPort = 443;
hostPort = 443;
protocol = "tcp";