diff --git a/lsio/audacity/docker-compose.yaml b/lsio/audacity/docker-compose.yaml index 34531e8..00c95fa 100644 --- a/lsio/audacity/docker-compose.yaml +++ b/lsio/audacity/docker-compose.yaml @@ -20,4 +20,6 @@ services: ports: # Audacity desktop gui. - 3000:3000 + # Audacity desktop gui HTTPS. + - 3001:3001 restart: unless-stopped diff --git a/lsio/audacity/docker-run.sh b/lsio/audacity/docker-run.sh index 4629e3c..69d74e1 100644 --- a/lsio/audacity/docker-run.sh +++ b/lsio/audacity/docker-run.sh @@ -8,6 +8,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# Audacity desktop gui.` \ + -p 3001:3001 `# Audacity desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/audacity/config:/config `# Users home directory in the container, stores program settings and images` \ --restart unless-stopped \ ghcr.io/linuxserver/audacity diff --git a/lsio/blender/docker-compose.yaml b/lsio/blender/docker-compose.yaml index bc75d6b..315d51d 100644 --- a/lsio/blender/docker-compose.yaml +++ b/lsio/blender/docker-compose.yaml @@ -19,15 +19,12 @@ services: - TZ=${TZ:-Europe/Amsterdam} # Specify a subfolder to use with reverse proxies, IE `/subfolder/` - SUBFOLDER=/ # optional - # See the keyboard layouts section for more information and options. - - KEYBOARD=en-us-qwerty # optional volumes: # Users home directory in the container, stores local files and settings - ${BASEDIR:-/volume1/docker}/blender/config:/config ports: # Blender desktop gui - 3000:3000 - devices: - # Add this for hardware acceleration (Linux hosts only) - - /dev/dri:/dev/dri # optional + # Blender desktop gui HTTPS + - 3001:3001 restart: unless-stopped diff --git a/lsio/blender/docker-run.sh b/lsio/blender/docker-run.sh index 71ccd7f..dee3350 100644 --- a/lsio/blender/docker-run.sh +++ b/lsio/blender/docker-run.sh @@ -11,9 +11,8 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -e SUBFOLDER=/ `# optional` `# Specify a subfolder to use with reverse proxies, IE `/subfolder/`` \ - -e KEYBOARD=en-us-qwerty `# optional` `# See the keyboard layouts section for more information and options.` \ -p 3000:3000 `# Blender desktop gui` \ + -p 3001:3001 `# Blender desktop gui HTTPS` \ -v ${BASEDIR:-/volume1/docker}/blender/config:/config `# Users home directory in the container, stores local files and settings` \ - --device /dev/dri:/dev/dri `# optional` `# Add this for hardware acceleration (Linux hosts only)` \ --restart unless-stopped \ ghcr.io/linuxserver/blender diff --git a/lsio/boinc/docker-compose.yaml b/lsio/boinc/docker-compose.yaml index b5736ed..366cbe7 100644 --- a/lsio/boinc/docker-compose.yaml +++ b/lsio/boinc/docker-compose.yaml @@ -25,6 +25,8 @@ services: ports: # Boinc desktop gui. - 8080:8080 + # Boinc desktop gui HTTPS. + - 8181:8181 devices: # Only needed if you want to use your Intel GPU (vaapi). - /dev/dri:/dev/dri # optional diff --git a/lsio/boinc/docker-run.sh b/lsio/boinc/docker-run.sh index c5531c1..65305b3 100644 --- a/lsio/boinc/docker-run.sh +++ b/lsio/boinc/docker-run.sh @@ -12,6 +12,7 @@ docker run -d \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -e PASSWORD= `# optional` `# Optionally set a password for the gui.` \ -p 8080:8080 `# Boinc desktop gui.` \ + -p 8181:8181 `# Boinc desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/boinc/config:/config `# Where BOINC should store its database and config.` \ --device /dev/dri:/dev/dri `# optional` `# Only needed if you want to use your Intel GPU (vaapi).` \ --restart unless-stopped \ diff --git a/lsio/calibre/docker-compose.yaml b/lsio/calibre/docker-compose.yaml index 6ad5856..cd4bb0d 100644 --- a/lsio/calibre/docker-compose.yaml +++ b/lsio/calibre/docker-compose.yaml @@ -1,7 +1,7 @@ # [Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book -# manager. Users say it’s outstanding and a must-have. It’ll allow you to do +# manager. Users say it's outstanding and a must-have. It'll allow you to do # nearly everything and it takes things a step beyond normal e-book software. -# It’s also completely free and open source and great for both casual users and +# It's also completely free and open source and great for both casual users and # computer experts. --- @@ -27,6 +27,8 @@ services: ports: # Calibre desktop gui. - 8080:8080 + # Calibre desktop gui HTTPS. + - 8181:8181 # Calibre webserver gui. - 8081:8081 restart: unless-stopped diff --git a/lsio/calibre/docker-run.sh b/lsio/calibre/docker-run.sh index 55c737f..45e8396 100644 --- a/lsio/calibre/docker-run.sh +++ b/lsio/calibre/docker-run.sh @@ -1,7 +1,7 @@ # [Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book -# manager. Users say it’s outstanding and a must-have. It’ll allow you to do +# manager. Users say it's outstanding and a must-have. It'll allow you to do # nearly everything and it takes things a step beyond normal e-book software. -# It’s also completely free and open source and great for both casual users and +# It's also completely free and open source and great for both casual users and # computer experts. source ./.env @@ -13,6 +13,7 @@ docker run -d \ -e PASSWORD= `# optional` `# Optionally set a password for the gui.` \ -e CLI_ARGS= `# optional` `# Optionally pass cli start arguments to calibre.` \ -p 8080:8080 `# Calibre desktop gui.` \ + -p 8181:8181 `# Calibre desktop gui HTTPS.` \ -p 8081:8081 `# Calibre webserver gui.` \ -v ${BASEDIR:-/volume1/docker}/calibre/config:/config `# Where calibre should store its database and library.` \ --restart unless-stopped \ diff --git a/lsio/darktable/docker-compose.yaml b/lsio/darktable/docker-compose.yaml index 91f1738..d9fec79 100644 --- a/lsio/darktable/docker-compose.yaml +++ b/lsio/darktable/docker-compose.yaml @@ -23,4 +23,6 @@ services: ports: # Darktable desktop gui. - 3000:3000 + # Darktable desktop gui HTTPS. + - 3001:3001 restart: unless-stopped diff --git a/lsio/darktable/docker-run.sh b/lsio/darktable/docker-run.sh index d815921..3e0357e 100644 --- a/lsio/darktable/docker-run.sh +++ b/lsio/darktable/docker-run.sh @@ -11,6 +11,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# Darktable desktop gui.` \ + -p 3001:3001 `# Darktable desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/darktable/config:/config `# Users home directory in the container, stores program settings and images` \ --restart unless-stopped \ ghcr.io/linuxserver/darktable diff --git a/lsio/digikam/docker-compose.yaml b/lsio/digikam/docker-compose.yaml index cc7666f..21751ef 100644 --- a/lsio/digikam/docker-compose.yaml +++ b/lsio/digikam/docker-compose.yaml @@ -16,12 +16,12 @@ services: - TZ=${TZ:-Europe/Amsterdam} # Specify a subfolder to use with reverse proxies, IE `/subfolder/` - SUBFOLDER=/ # optional - # See the keyboard layouts section for more information and options. - - KEYBOARD=en-us-qwerty # optional volumes: # Users home directory in the container, stores database. - ${BASEDIR:-/volume1/docker}/digikam/config:/config ports: # digiKam desktop gui - 3000:3000 # optional + # digiKam desktop gui HTTPS + - 3001:3001 # optional restart: unless-stopped diff --git a/lsio/digikam/docker-run.sh b/lsio/digikam/docker-run.sh index 03ecd1e..cca98c4 100644 --- a/lsio/digikam/docker-run.sh +++ b/lsio/digikam/docker-run.sh @@ -8,8 +8,8 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -e SUBFOLDER=/ `# optional` `# Specify a subfolder to use with reverse proxies, IE `/subfolder/`` \ - -e KEYBOARD=en-us-qwerty `# optional` `# See the keyboard layouts section for more information and options.` \ -p 3000:3000 `# optional` `# digiKam desktop gui` \ + -p 3001:3001 `# optional` `# digiKam desktop gui HTTPS` \ -v ${BASEDIR:-/volume1/docker}/digikam/config:/config `# Users home directory in the container, stores database.` \ --restart unless-stopped \ ghcr.io/linuxserver/digikam diff --git a/lsio/doublecommander/docker-compose.yaml b/lsio/doublecommander/docker-compose.yaml index f8ce86b..516d819 100644 --- a/lsio/doublecommander/docker-compose.yaml +++ b/lsio/doublecommander/docker-compose.yaml @@ -23,4 +23,6 @@ services: ports: # Double Commander desktop gui. - 3000:3000 + # Double Commander desktop gui HTTPS. + - 3001:3001 restart: unless-stopped diff --git a/lsio/doublecommander/docker-run.sh b/lsio/doublecommander/docker-run.sh index ab0b49e..ae7e97d 100644 --- a/lsio/doublecommander/docker-run.sh +++ b/lsio/doublecommander/docker-run.sh @@ -9,6 +9,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# Double Commander desktop gui.` \ + -p 3001:3001 `# Double Commander desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/doublecommander/config:/config `# Users home directory in the container, stores program settings.` \ -v ${BASEDIR:-/volume1/docker}/doublecommander/data:/data `# Host data directories, mount as many as needed.` \ --restart unless-stopped \ diff --git a/lsio/filezilla/docker-compose.yaml b/lsio/filezilla/docker-compose.yaml index 51b71c1..495b87c 100644 --- a/lsio/filezilla/docker-compose.yaml +++ b/lsio/filezilla/docker-compose.yaml @@ -21,4 +21,6 @@ services: ports: # FileZilla desktop gui. - 3000:3000 + # FileZilla desktop gui HTTPS. + - 3001:3001 restart: unless-stopped diff --git a/lsio/filezilla/docker-run.sh b/lsio/filezilla/docker-run.sh index 716f527..6a96141 100644 --- a/lsio/filezilla/docker-run.sh +++ b/lsio/filezilla/docker-run.sh @@ -9,6 +9,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# FileZilla desktop gui.` \ + -p 3001:3001 `# FileZilla desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/filezilla/config:/config `# Users home directory in the container, stores local files and settings` \ --restart unless-stopped \ ghcr.io/linuxserver/filezilla diff --git a/lsio/firefox/docker-compose.yaml b/lsio/firefox/docker-compose.yaml index cacdb2e..b55201d 100644 --- a/lsio/firefox/docker-compose.yaml +++ b/lsio/firefox/docker-compose.yaml @@ -23,5 +23,7 @@ services: ports: # Firefox desktop gui. - 3000:3000 + # Firefox desktop gui HTTPS. + - 3001:3001 shm_size: "1gb" restart: unless-stopped diff --git a/lsio/firefox/docker-run.sh b/lsio/firefox/docker-run.sh index 517d425..75a5512 100644 --- a/lsio/firefox/docker-run.sh +++ b/lsio/firefox/docker-run.sh @@ -11,6 +11,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# Firefox desktop gui.` \ + -p 3001:3001 `# Firefox desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/firefox/config:/config `# Users home directory in the container, stores local files and settings` \ --shm-size="1gb" \ --restart unless-stopped \ diff --git a/lsio/kdenlive/docker-compose.yaml b/lsio/kdenlive/docker-compose.yaml index 692cdb4..4ff8f16 100644 --- a/lsio/kdenlive/docker-compose.yaml +++ b/lsio/kdenlive/docker-compose.yaml @@ -17,14 +17,14 @@ services: - TZ=${TZ:-Europe/Amsterdam} # Specify a subfolder to use with reverse proxies, IE `/subfolder/` - SUBFOLDER=/ # optional - # See the keyboard layouts section for more information and options. - - KEYBOARD=en-us-qwerty # optional volumes: # Users home directory in the container, stores local files and settings - ${BASEDIR:-/volume1/docker}/kdenlive/config:/config ports: # Kdenlive desktop gui - 3000:3000 + # Kdenlive desktop gui HTTPS + - 3001:3001 devices: # Add this for hardware acceleration (Linux hosts only) - /dev/dri:/dev/dri # optional diff --git a/lsio/kdenlive/docker-run.sh b/lsio/kdenlive/docker-run.sh index 7d35bd3..d63551d 100644 --- a/lsio/kdenlive/docker-run.sh +++ b/lsio/kdenlive/docker-run.sh @@ -9,8 +9,8 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -e SUBFOLDER=/ `# optional` `# Specify a subfolder to use with reverse proxies, IE `/subfolder/`` \ - -e KEYBOARD=en-us-qwerty `# optional` `# See the keyboard layouts section for more information and options.` \ -p 3000:3000 `# Kdenlive desktop gui` \ + -p 3001:3001 `# Kdenlive desktop gui HTTPS` \ -v ${BASEDIR:-/volume1/docker}/kdenlive/config:/config `# Users home directory in the container, stores local files and settings` \ --device /dev/dri:/dev/dri `# optional` `# Add this for hardware acceleration (Linux hosts only)` \ --shm-size="1gb" `# optional` \ diff --git a/lsio/libreoffice/docker-compose.yaml b/lsio/libreoffice/docker-compose.yaml index 6dddd15..8d16941 100644 --- a/lsio/libreoffice/docker-compose.yaml +++ b/lsio/libreoffice/docker-compose.yaml @@ -22,4 +22,6 @@ services: ports: # LibreOffice desktop gui. - 3000:3000 + # LibreOffice desktop gui HTTPS. + - 3000:3000 restart: unless-stopped diff --git a/lsio/libreoffice/docker-run.sh b/lsio/libreoffice/docker-run.sh index 68a462d..40a2e97 100644 --- a/lsio/libreoffice/docker-run.sh +++ b/lsio/libreoffice/docker-run.sh @@ -10,6 +10,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# LibreOffice desktop gui.` \ + -p 3000:3000 `# LibreOffice desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/libreoffice/config:/config `# Users home directory in the container, stores program settings and documents` \ --restart unless-stopped \ ghcr.io/linuxserver/libreoffice diff --git a/lsio/mysql-workbench/docker-compose.yaml b/lsio/mysql-workbench/docker-compose.yaml index 81db077..700773a 100644 --- a/lsio/mysql-workbench/docker-compose.yaml +++ b/lsio/mysql-workbench/docker-compose.yaml @@ -22,6 +22,8 @@ services: ports: # Mysql Workbench desktop gui. - 3000:3000 + # Mysql Workbench desktop gui HTTPS. + - 3001:3001 cap_add: - IPC_LOCK restart: unless-stopped diff --git a/lsio/mysql-workbench/docker-run.sh b/lsio/mysql-workbench/docker-run.sh index 671c33a..7c1e41a 100644 --- a/lsio/mysql-workbench/docker-run.sh +++ b/lsio/mysql-workbench/docker-run.sh @@ -10,6 +10,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# Mysql Workbench desktop gui.` \ + -p 3001:3001 `# Mysql Workbench desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/mysql-workbench/config:/config `# Users home directory in the container, stores program settings.` \ --cap-add="IPC_LOCK" \ --restart unless-stopped \ diff --git a/lsio/pidgin/docker-compose.yaml b/lsio/pidgin/docker-compose.yaml index fe6726d..19eab62 100644 --- a/lsio/pidgin/docker-compose.yaml +++ b/lsio/pidgin/docker-compose.yaml @@ -21,4 +21,6 @@ services: ports: # Pidgin desktop gui. - 3000:3000 + # Pidgin desktop gui HTTPS. + - 3001:3001 restart: unless-stopped diff --git a/lsio/pidgin/docker-run.sh b/lsio/pidgin/docker-run.sh index 5e45e92..7ef761d 100644 --- a/lsio/pidgin/docker-run.sh +++ b/lsio/pidgin/docker-run.sh @@ -9,6 +9,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# Pidgin desktop gui.` \ + -p 3001:3001 `# Pidgin desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/pidgin/config:/config `# Users home directory in the container, stores local files and settings` \ --restart unless-stopped \ ghcr.io/linuxserver/pidgin diff --git a/lsio/qdirstat/docker-compose.yaml b/lsio/qdirstat/docker-compose.yaml index 8e67676..e0941d8 100644 --- a/lsio/qdirstat/docker-compose.yaml +++ b/lsio/qdirstat/docker-compose.yaml @@ -23,4 +23,6 @@ services: ports: # QdirStat desktop gui. - 3000:3000 + # QdirStat desktop gui HTTPS. + - 3001:3001 restart: unless-stopped diff --git a/lsio/qdirstat/docker-run.sh b/lsio/qdirstat/docker-run.sh index e675d6e..1ceeae0 100644 --- a/lsio/qdirstat/docker-run.sh +++ b/lsio/qdirstat/docker-run.sh @@ -9,6 +9,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# QdirStat desktop gui.` \ + -p 3001:3001 `# QdirStat desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/qdirstat/config:/config `# Users home directory in the container, stores qdirstat settings and scans.` \ -v ${BASEDIR:-/volume1/docker}/qdirstat/data:/data `# Data you want to analyze disk usage information of.` \ --restart unless-stopped \ diff --git a/lsio/remmina/docker-compose.yaml b/lsio/remmina/docker-compose.yaml index acf4a25..ffc3e4c 100644 --- a/lsio/remmina/docker-compose.yaml +++ b/lsio/remmina/docker-compose.yaml @@ -24,4 +24,6 @@ services: ports: # Remmina desktop gui. - 3000:3000 + # Remmina desktop gui HTTPS. + - 3001:3001 restart: unless-stopped diff --git a/lsio/remmina/docker-run.sh b/lsio/remmina/docker-run.sh index 518bd33..5c42aa2 100644 --- a/lsio/remmina/docker-run.sh +++ b/lsio/remmina/docker-run.sh @@ -12,6 +12,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# Remmina desktop gui.` \ + -p 3001:3001 `# Remmina desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/remmina/config:/config `# Users home directory in the container, stores program settings.` \ --restart unless-stopped \ ghcr.io/linuxserver/remmina diff --git a/lsio/sqlitebrowser/docker-compose.yaml b/lsio/sqlitebrowser/docker-compose.yaml index 9b9cbcb..26ec833 100644 --- a/lsio/sqlitebrowser/docker-compose.yaml +++ b/lsio/sqlitebrowser/docker-compose.yaml @@ -21,4 +21,6 @@ services: ports: # Sqlitebrowser desktop gui. - 3000:3000 + # Sqlitebrowser desktop gui HTTPS. + - 3001:3001 restart: unless-stopped diff --git a/lsio/sqlitebrowser/docker-run.sh b/lsio/sqlitebrowser/docker-run.sh index 00f394b..138c15f 100644 --- a/lsio/sqlitebrowser/docker-run.sh +++ b/lsio/sqlitebrowser/docker-run.sh @@ -9,6 +9,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# Sqlitebrowser desktop gui.` \ + -p 3001:3001 `# Sqlitebrowser desktop gui HTTPS.` \ -v ${BASEDIR:-/volume1/docker}/sqlitebrowser/config:/config `# Users home directory in the container, stores program settings and potentially dump files.` \ --restart unless-stopped \ ghcr.io/linuxserver/sqlitebrowser diff --git a/lsio/wireshark/docker-compose.yaml b/lsio/wireshark/docker-compose.yaml index f768d0f..6e97bab 100644 --- a/lsio/wireshark/docker-compose.yaml +++ b/lsio/wireshark/docker-compose.yaml @@ -28,4 +28,6 @@ services: ports: # WireShark desktop gui, only use this if you are not using host mode and sniffing Docker network traffic. - 3000:3000 # optional + # WireShark desktop gui HTTPS, only use this if you are not using host mode and sniffing Docker network traffic. + - 3001:3001 # optional restart: unless-stopped diff --git a/lsio/wireshark/docker-run.sh b/lsio/wireshark/docker-run.sh index 8634f71..59bf1f5 100644 --- a/lsio/wireshark/docker-run.sh +++ b/lsio/wireshark/docker-run.sh @@ -15,6 +15,7 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 3000:3000 `# optional` `# WireShark desktop gui, only use this if you are not using host mode and sniffing Docker network traffic.` \ + -p 3001:3001 `# optional` `# WireShark desktop gui HTTPS, only use this if you are not using host mode and sniffing Docker network traffic.` \ -v ${BASEDIR:-/volume1/docker}/wireshark/config:/config `# Users home directory in the container, stores program settings and potentially dump files.` \ --restart unless-stopped \ ghcr.io/linuxserver/wireshark