mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-20 13:44:17 +00:00
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
This commit is contained in:
commit
a6d0858b11
@ -22,7 +22,7 @@ and [many more](https://bbernhard.github.io/signal-cli-rest-api/)
|
||||
This allows you to update `signal-cli-rest-api` by just deleting and recreating the container without the need to re-register your signal number
|
||||
|
||||
```bash
|
||||
$ mkdir $HOME/.local/share/signal-cli
|
||||
$ mkdir $HOME/.local/share/signal-api
|
||||
```
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ $ mkdir $HOME/.local/share/signal-cli
|
||||
|
||||
```bash
|
||||
$ 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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user