fix: use port 8090 (8080 taken by dockhand)

This commit is contained in:
sascha 2026-04-03 15:23:55 +02:00
parent 82d1c83df4
commit b0de6fcd87

View file

@ -4,6 +4,6 @@ services:
container_name: mcp-dockhand container_name: mcp-dockhand
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:8080" - "8090:8080"
env_file: env_file:
- .env - .env