chore: rename container in docker-compose.yml for consistency

Updated the container name in docker-compose.yml from 'telegram_mcp_server' to 'telegram-mcp' to align with naming conventions and improve clarity.
This commit is contained in:
anonim 2025-04-24 15:09:00 +03:00
parent 461f267822
commit 91039571ca

View file

@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: telegram_mcp_server
container_name: telegram-mcp
# Load environment variables from a .env file in the same directory
env_file:
- .env