fix: default APP_PORT to 7755 to avoid conflicts

This commit is contained in:
Dorian
2026-03-17 00:44:23 +00:00
parent e1f7394a6d
commit 99dd6894fd

View File

@@ -28,7 +28,7 @@ services:
VITE_NOSTR_RELAYS: "" VITE_NOSTR_RELAYS: ""
restart: unless-stopped restart: unless-stopped
ports: ports:
- "${APP_PORT:-7777}:7777" - "${APP_PORT:-7755}:7777"
depends_on: depends_on:
- relay - relay
- api - api