Set allocated port to 8010 for deployment
All checks were successful
Build and Push Outline MCP Docker Image / build (push) Successful in 6s
All checks were successful
Build and Push Outline MCP Docker Image / build (push) Successful in 6s
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
outline-mcp:
|
||||
build: .
|
||||
ports:
|
||||
- "${PORT:-8100}:8000"
|
||||
- "${PORT:-8010}:8000"
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user