fix: add networkMode host to cockpit service

This commit is contained in:
2026-03-09 18:34:29 +00:00
parent 4b0659bd47
commit d6bc7128df

View File

@@ -47,6 +47,7 @@
"image": "quay.io/cockpit/ws:latest", "image": "quay.io/cockpit/ws:latest",
"isMain": true, "isMain": true,
"internalPort": 9090, "internalPort": 9090,
"networkMode": "host",
"privileged": true, "privileged": true,
"volumes": [ "volumes": [
{ {