Remove Wireshark reference

This commit is contained in:
tobbenb 2021-01-20 14:18:31 +01:00
parent 75489e6312
commit 8d3b547008
2 changed files with 4 additions and 2 deletions

View File

@ -104,7 +104,7 @@ Container images are configured using parameters passed at runtime (such as thos
| Parameter | Function |
| :----: | --- |
| `-p 3000` | WireShark desktop gui, only use this if you are not using host mode and sniffing Docker network traffic. |
| `-p 3000` | Sqlitebrowser desktop gui, only use this if you are not using host mode and sniffing Docker network traffic. |
| `-e PUID=1000` | for UserID - see below for explanation |
| `-e PGID=1000` | for GroupID - see below for explanation |
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
@ -220,4 +220,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **20.01.21:** - Remove Wireshark reference.
* **29.07.20:** - Initial release.

View File

@ -28,7 +28,7 @@ param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores program settings and potentially dump files." }
param_usage_include_ports: true
param_ports:
- { external_port: "3000", internal_port: "3000", port_desc: "WireShark desktop gui, only use this if you are not using host mode and sniffing Docker network traffic." }
- { external_port: "3000", internal_port: "3000", port_desc: "Sqlitebrowser desktop gui, only use this if you are not using host mode and sniffing Docker network traffic." }
# application setup block
app_setup_block_enabled: true
@ -40,4 +40,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "20.01.21:", desc: "Remove Wireshark reference." }
- { date: "29.07.20:", desc: "Initial release." }