diff options
author | terminaldweller <thabogre@gmail.com> | 2021-12-14 17:23:37 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-12-14 17:23:37 +0000 |
commit | 0fe5dc8515937773d019d0597555b7e1f330c1fc (patch) | |
tree | f07b88aab5f13975e327376f1e9e16f59cdf6144 /docker-compose.yaml | |
parent | grpc for telebot. untested. [WIP] (diff) | |
download | hived-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.yaml | 2 |
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 |