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:
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/linuxserver/docker-sqlitebrowser
|
||||
- https://sqlitebrowser.org/
|
||||
type: application
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -103,7 +103,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 3000
|
||||
default: 10137
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
|
||||
@@ -15,7 +15,7 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 3000
|
||||
port: 10137
|
||||
targetPort: 3000
|
||||
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user