Change ports from 4000/4001 to 4500/4501

This commit is contained in:
southseact-3d
2026-02-07 20:59:44 +00:00
parent efda260214
commit 99dc66f76c
7 changed files with 23 additions and 23 deletions

View File

@@ -7,8 +7,8 @@ services:
# Portainer automatically detects host architecture and passes TARGETARCH to Dockerfile
# This enables reliable multi-architecture builds (amd64, arm64, etc.)
ports:
- "4001:4001"
- "4000:4000"
- "4501:4501"
- "4500:4500"
restart: unless-stopped
environment:
- OPENCODE_API_KEY=${OPENCODE_API_KEY:-}