From 7ead21ca695cb8322e27641556b4763de26350c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 21 Jul 2022 13:42:48 +0200 Subject: [PATCH] Add a comment for volume mount in Docker Compose database app --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) 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 #########################################################