From 8d3b547008bee787acb6c3ccafdf5e93bdb08c2f Mon Sep 17 00:00:00 2001 From: tobbenb Date: Wed, 20 Jan 2021 14:18:31 +0100 Subject: [PATCH] Remove Wireshark reference --- README.md | 3 ++- readme-vars.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9a6fac..7e89988 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/readme-vars.yml b/readme-vars.yml index 59e3776..6afe5a7 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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." }