fix: default APP_PORT to 7755 to avoid conflicts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user