Skip to content

Commit 3dd3960

Browse files
authored
Merge pull request #2 from linuxserver/readme_wire
Remove Wireshark reference
2 parents 75489e6 + 8d3b547 commit 3dd3960

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Container images are configured using parameters passed at runtime (such as thos
104104

105105
| Parameter | Function |
106106
| :----: | --- |
107-
| `-p 3000` | WireShark desktop gui, only use this if you are not using host mode and sniffing Docker network traffic. |
107+
| `-p 3000` | Sqlitebrowser desktop gui, only use this if you are not using host mode and sniffing Docker network traffic. |
108108
| `-e PUID=1000` | for UserID - see below for explanation |
109109
| `-e PGID=1000` | for GroupID - see below for explanation |
110110
| `-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
220220

221221
## Versions
222222

223+
* **20.01.21:** - Remove Wireshark reference.
223224
* **29.07.20:** - Initial release.

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ param_volumes:
2828
- { vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores program settings and potentially dump files." }
2929
param_usage_include_ports: true
3030
param_ports:
31-
- { 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." }
31+
- { 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." }
3232

3333
# application setup block
3434
app_setup_block_enabled: true
@@ -40,4 +40,5 @@ app_setup_block: |
4040
4141
# changelog
4242
changelogs:
43+
- { date: "20.01.21:", desc: "Remove Wireshark reference." }
4344
- { date: "29.07.20:", desc: "Initial release." }

0 commit comments

Comments
 (0)