Change ports from 4000/4001 to 4500/4501
This commit is contained in:
@@ -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:-}
|
||||
|
||||
Reference in New Issue
Block a user