5000 -> 5001

This commit is contained in:
2026-08-02 12:49:08 +02:00
parent 9e918ece81
commit 1c8b6a17de
+1 -1
View File
@@ -183,7 +183,7 @@ services:
env_file: env_file:
- .env - .env
ports: ports:
- 5000:5000 - 5001:5000
environment: environment:
- BL_API_ENDPOINT=http://localhost:5000/ # CHANGE THIS TO POINT TO THE EXTERNAL ADRESS THE USER CAN ACCESS - BL_API_ENDPOINT=http://localhost:5000/ # CHANGE THIS TO POINT TO THE EXTERNAL ADRESS THE USER CAN ACCESS
- BL_GOOGLE_ID= # Leave empty to disable google login. To enable, write in your Google Client ID. - BL_GOOGLE_ID= # Leave empty to disable google login. To enable, write in your Google Client ID.