Update readme.md

This commit is contained in:
kuhyx 2024-06-24 12:20:18 +02:00 committed by GitHub
parent 2930f5494e
commit bcd3e6f275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ The bot uses `asyncio` for running the WebSocket server and simple Python fetch
```sh ```sh
sudo docker run -d --name signal-api --restart=always -p 9922:8080 \ sudo docker run -d --name signal-api --restart=always -p 9922:8080 \
-v /home/user/signal-api:/home/.local/share/signal-cli \ -v /home/user/signal-api:/home/.local/share/signal-cli \
-e 'MODE=native' bbernhard/signal-cli-rest-api -e 'MODE=json-rpc' bbernhard/signal-cli-rest-api
``` ```
2. Access the Signal CLI setup page: 2. Access the Signal CLI setup page: