Move Compose host port off 3000

This commit is contained in:
2026-05-07 16:19:30 -04:00
parent 7b6676cdc9
commit b57e1c7906
2 changed files with 8 additions and 3 deletions

View File

@@ -8,5 +8,4 @@ services:
environment:
PORT: 3000
ports:
- "3000:3000"
- "${APP_PORT:-8787}:3000"