changed all ports back to 3000
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
PGID: ${PGID:-10001}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3011:3000"
|
||||
- "3000:3000"
|
||||
environment:
|
||||
# Node environment
|
||||
NODE_ENV: production
|
||||
|
||||
Reference in New Issue
Block a user