Skip to content

Commit 3a22a3d

Browse files
committed
add latest to readme command
1 parent de95123 commit 3a22a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ There is only one command required to install, configure and run the call logger
6767
The 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
9191
Remote 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.
9595
For this we will use ZeroTier. But first it would be a good idea to set up a firewall before installing ZeroTier.
9696
The following instructions are for Linux systems, ZeroTier will work on many systems.
9797
```bash

0 commit comments

Comments
 (0)