diff --git a/docker-compose.yaml b/docker-compose.yaml index b093117..5c57acd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,7 +6,7 @@ services: # build: ./ image: localhost:5001/tg-newsmaker:${APP_VERSION} environment: - - BOT_OWNER_ID=258985362 + - TG_OWNER_ID=258985362 - CONFIG_FILE=/mnt/config.json - SESSION_FILE=/mnt/newsmaker.session - TG_APP_ID=/run/secrets/tg_app_id