Avoid default host port conflict

This commit is contained in:
Zachariah K. Sharma
2026-06-06 23:12:49 -06:00
parent 3c9e581278
commit c34bdad98f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ services:
HCAPTCHA_SECRET: ${HCAPTCHA_SECRET:-}
CRON_SECRET: ${CRON_SECRET:-}
ports:
- "${APP_PORT:-3000}:3000"
- "${APP_PORT:-3080}:3000"
volumes:
- uploads:/app/uploads