Expose port 8001 on host for external reverse proxy

This commit is contained in:
2026-03-19 16:27:20 +00:00
parent 8ffb7e01ae
commit 68da19bafe

View File

@@ -62,7 +62,13 @@
"interval": "30s",
"timeout": "10s",
"retries": 3
}
},
"addPorts": [
{
"containerPort": 8001,
"hostPort": 8001
}
]
}
]
}