13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
# MCP Docker Server Configuration
|
|
# ==============================
|
|
|
|
# MCP Service
|
|
MCP_DOCKER_VERSION=latest
|
|
MCP_DOCKER_PORT_OVERRIDE=8000
|
|
|
|
# Docker Connection
|
|
DOCKER_HOST=unix:///var/run/docker.sock
|
|
|
|
# Timezone
|
|
TZ=UTC
|