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:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: telegram_mcp_server
|
container_name: telegram-mcp
|
||||||
# Load environment variables from a .env file in the same directory
|
# Load environment variables from a .env file in the same directory
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue