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:
parent
461f267822
commit
91039571ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue