File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ There is only one command required to install, configure and run the call logger
6767The plugin that will be used is determined by the server, but this can be overridden.
6868
6969``` bash
70- docker run --detach --name " calllogger" --device=" /dev/ttyUSB0" --group-add dialout --volume=" calllogger-data:/data" --restart=on-failure --network host ghcr.io/quartx-analytics/calllogger
70+ docker run --detach --name " calllogger" --device=" /dev/ttyUSB0" --group-add dialout --volume=" calllogger-data:/data" --restart=on-failure --network host ghcr.io/quartx-analytics/calllogger:latest
7171```
7272
7373
@@ -91,7 +91,7 @@ docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/wa
9191Remote Access
9292-------------
9393
94- For testing purposes, you can install a VPN like tool that allows for remote access without any port forwarding.
94+ For testing purposes, you can install a VPN like tool that allows for remote access without any port forwarding.
9595For this we will use ZeroTier. But first it would be a good idea to set up a firewall before installing ZeroTier.
9696The following instructions are for Linux systems, ZeroTier will work on many systems.
9797``` bash
You can’t perform that action at this time.
0 commit comments