changed all ports back to 3000

This commit is contained in:
2026-04-23 06:48:13 +00:00
parent c4382808cd
commit 706dabeed5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ ADMIN_PASSWORD=Theocs01e12!
# - Production with IP: http://192.168.1.100:3000
#
# IMPORTANT: Do not include a trailing slash
BASE_URL=http://192.168.1.4:3011
BASE_URL=http://192.168.1.4:3000
# =============================================================================
# ROOTLESS OPERATION (OPTIONAL)
+1 -1
View File
@@ -13,7 +13,7 @@ services:
PGID: ${PGID:-10001}
restart: unless-stopped
ports:
- "3011:3000"
- "3000:3000"
environment:
# Node environment
NODE_ENV: production