diff --git a/docker-compose.yml b/docker-compose.yml index f20169da4..5901218f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -139,6 +139,7 @@ services: # - ./frontend/.env volumes: # : – mirror bidirectional path in local context with path in Docker container + # !!! this file has to exist !!! otherwise a folder is created at this path and we get a type error, because it's not a file - ./logs/database/typeorm.backend.log:/app/typeorm.backend.log #########################################################