Update README.md

fixed docker running command on background
This commit is contained in:
Mirmuxsin Khamroev 2022-01-17 08:26:59 +05:00 committed by GitHub
parent a64c8d25b4
commit 9ece773cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ Fast, simple, async php telegram api server:
* copy message from one channel to another (not repost): `http://127.0.0.1:9503/api/copyMessages/?data[from_peer]=@xtrime&data[to_peer]=@xtrime&data[id][0]=1`
## Run in background
* Docker: `docker compose up -d`
* Docker: `docker-compose up -d`
Docker will monitor and restart containers.
* Manual:
1. Use [http://supervisord.org](supervisor) to monitor and restart swoole/amphp servers.