18 lines
351 B
Plaintext
18 lines
351 B
Plaintext
# Docker image version
|
|
DOCKERHUB_MCP_VERSION=latest
|
|
|
|
# Host port override
|
|
DOCKERHUB_MCP_PORT_OVERRIDE=8000
|
|
|
|
# Docker Hub username (optional, for authentication)
|
|
DOCKERHUB_USERNAME=
|
|
|
|
# Docker Hub password (optional, for authentication)
|
|
DOCKERHUB_PASSWORD=
|
|
|
|
# Docker Hub access token (recommended for authentication)
|
|
DOCKERHUB_TOKEN=
|
|
|
|
# Timezone
|
|
TZ=UTC
|