change default port to 3000

This commit is contained in:
Dominik Siebel
2024-09-18 12:48:21 +02:00
committed by Daniel Molkentin
parent a977f3cfd0
commit eaa23e6824
2 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
EOS_VERSION=latest
EOS_PORT=8000
EOS_PORT=3000
MARIADB_VERSION=11.1.6
PYTHON_VERSION=3.12.6