From 9ece773cf4f60402ed06aaac076c63a38f1ecab9 Mon Sep 17 00:00:00 2001 From: Mirmuxsin Khamroev <58307677+Mirmuxsin@users.noreply.github.com> Date: Mon, 17 Jan 2022 08:26:59 +0500 Subject: [PATCH] Update README.md fixed docker running command on background --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdbd9b8..8c1ac8c 100644 --- a/README.md +++ b/README.md @@ -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.