Change app listen port from 8080 to 4000.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
# App
|
||||
APP_PORT=8080
|
||||
APP_PORT=4000
|
||||
APP_URL=https://test200.de4ima.uk
|
||||
SITE_NAME=Evilfox.cc
|
||||
SECURE_COOKIES=true
|
||||
@@ -21,5 +21,5 @@ MYSQL_DUMP_PATH=/data/wg.sql
|
||||
|
||||
# Dokploy Domain tab:
|
||||
# Service = app
|
||||
# Port = 8080
|
||||
# Port = 4000
|
||||
TZ=UTC
|
||||
|
||||
Reference in New Issue
Block a user