From 99dd6894fd54945b008933fe520d2a7cc50568b8 Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 17 Mar 2026 00:44:23 +0000 Subject: [PATCH] fix: default APP_PORT to 7755 to avoid conflicts --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 614055f..ed2b32e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: VITE_NOSTR_RELAYS: "" restart: unless-stopped ports: - - "${APP_PORT:-7777}:7777" + - "${APP_PORT:-7755}:7777" depends_on: - relay - api