mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
Update README.md
aligned initial docker example with the docker example starting at line 73. /home/user/signal-api:/home/.local/share/signal-cli Having two different file paths (naming signal-api vs signal-cli) was confusing me when I was setting this up and thought it could impact others as well.
This commit is contained in:
@@ -30,7 +30,7 @@ $ mkdir $HOME/.local/share/signal-cli
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo docker run -d --name signal-api --restart=always -p 8080:8080 \
|
$ sudo docker run -d --name signal-api --restart=always -p 8080:8080 \
|
||||||
-v $HOME/.local/share/signal-cli:/home/.local/share/signal-cli \
|
-v $HOME/.local/share/signal-api:/home/.local/share/signal-cli \
|
||||||
-e 'MODE=native' bbernhard/signal-cli-rest-api
|
-e 'MODE=native' bbernhard/signal-cli-rest-api
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user