Skip to content

Commit 181b8f6

Browse files
committed
docs: clarify ECR_REGISTRY as optional override in env.example
1 parent d6b7371 commit 181b8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ FASTMCP_TRANSPORT=stdio
2424
NGROK_DOMAIN=my-free-domain.ngrok-free.app
2525

2626
# Docker Configuration
27-
# ECR registry URL (required for Docker push operations)
28-
# Format: {account_id}.dkr.ecr.{region}.amazonaws.com
27+
# ECR registry URL (optional override for Docker push operations)
28+
# Default: {account_id}.dkr.ecr.{region}.amazonaws.com
2929
ECR_REGISTRY=123456789.dkr.ecr.us-east-1.amazonaws.com
3030

3131
# Docker image configuration (optional)

0 commit comments

Comments
 (0)