fix ports

This commit is contained in:
2026-08-02 12:58:46 +02:00
parent eab3312aef
commit c8b5a950ed
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -184,8 +184,6 @@ services:
image: mozzo/booklogr-web:v1.11.1
env_file:
- .env
ports:
- 5001:5001
environment:
- BL_API_ENDPOINT=http://localhost:5002/ # 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.