Set allocated port to 8010 for deployment
All checks were successful
Build and Push Outline MCP Docker Image / build (push) Successful in 6s

This commit is contained in:
Ben
2025-12-30 19:51:42 +00:00
parent 2cb4a3adec
commit 0293acaaa8

View File

@@ -2,7 +2,7 @@ services:
outline-mcp: outline-mcp:
build: . build: .
ports: ports:
- "${PORT:-8100}:8000" - "${PORT:-8010}:8000"
env_file: env_file:
- .env - .env
restart: unless-stopped restart: unless-stopped