fix: remove internalPort and port binding for host network cockpit
This commit is contained in:
@@ -3,10 +3,9 @@
|
|||||||
"name": "NAS Samba",
|
"name": "NAS Samba",
|
||||||
"id": "nas-samba",
|
"id": "nas-samba",
|
||||||
"available": true,
|
"available": true,
|
||||||
"port": 9090,
|
"exposable": false,
|
||||||
"exposable": true,
|
|
||||||
"dynamic_config": true,
|
"dynamic_config": true,
|
||||||
"no_gui": false,
|
"no_gui": true,
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"categories": ["network", "utilities"],
|
"categories": ["network", "utilities"],
|
||||||
|
|||||||
@@ -46,7 +46,6 @@
|
|||||||
"name": "nas-cockpit",
|
"name": "nas-cockpit",
|
||||||
"image": "quay.io/cockpit/ws:latest",
|
"image": "quay.io/cockpit/ws:latest",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 9090,
|
|
||||||
"networkMode": "host",
|
"networkMode": "host",
|
||||||
"privileged": true,
|
"privileged": true,
|
||||||
"volumes": [
|
"volumes": [
|
||||||
|
|||||||
Reference in New Issue
Block a user