mirror of
https://github.com/linuxserver/docker-sqlitebrowser.git
synced 2026-02-20 07:00:54 +08:00
Merge pull request #2 from linuxserver/readme_wire
Remove Wireshark reference
This commit is contained in:
commit
3dd3960ae7
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user