Change app listen port from 8080 to 4000.

This commit is contained in:
2026-07-29 09:41:17 +03:00
parent 57d8ed7388
commit 3a864b41a7
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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