From 0fe5dc8515937773d019d0597555b7e1f330c1fc Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 14 Dec 2021 20:53:37 +0330 Subject: fixed the ip and address for the grpc server --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml index ac9ef5e..90ff90d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -34,7 +34,7 @@ services: - telenet restart: unless-stopped ports: - - "127.0.0.1:9009:9009" + - "127.0.0.1:9009:8000" entrypoint: ["/telebot/docker-entrypoint.sh"] cap_drop: - ALL -- cgit v1.2.3