fix(wireshark): rw root fs / hostnet (#2389)
* fix(wireshark): rw root fs / netadmin / hostnet * chore(sqlitebrowser): use different port to avoid conflicts * remove net_admin from wireshark, don't set hostnetwork on zerotier on gui * bump common
This commit is contained in:
@@ -104,7 +104,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10137
|
||||
default: 3000
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
label: "Host-Networking (Complicated)"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
|
||||
# Include{serviceExpert}
|
||||
|
||||
@@ -266,7 +266,7 @@ questions:
|
||||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user