mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add a comment for volume mount in Docker Compose database app
This commit is contained in:
parent
2d61025e29
commit
7ead21ca69
@ -139,6 +139,7 @@ services:
|
|||||||
# - ./frontend/.env
|
# - ./frontend/.env
|
||||||
volumes:
|
volumes:
|
||||||
# <host_machine_directy>:<container_directory> – mirror bidirectional path in local context with path in Docker container
|
# <host_machine_directy>:<container_directory> – 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
|
- ./logs/database/typeorm.backend.log:/app/typeorm.backend.log
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user