Change network name
This commit is contained in:
parent
5906464f3a
commit
501fdb33f7
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@ services:
|
|||
bot:
|
||||
build: .
|
||||
networks:
|
||||
- nginx_web
|
||||
- nginx
|
||||
volumes:
|
||||
- ./TelegramEDT:/TelegramEDT
|
||||
env_file:
|
||||
- webhook_secret.env
|
||||
|
||||
networks:
|
||||
nginx_web:
|
||||
nginx:
|
||||
external: true
|
||||
|
|
Reference in a new issue