aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-12-14 17:23:37 +0000
committerterminaldweller <thabogre@gmail.com>2021-12-14 17:23:37 +0000
commit0fe5dc8515937773d019d0597555b7e1f330c1fc (patch)
treef07b88aab5f13975e327376f1e9e16f59cdf6144 /docker-compose.yaml
parentgrpc for telebot. untested. [WIP] (diff)
downloadhived-0fe5dc8515937773d019d0597555b7e1f330c1fc.tar.gz
hived-0fe5dc8515937773d019d0597555b7e1f330c1fc.zip
fixed the ip and address for the grpc servergrpc
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
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