fix : backup nocodb data folders while running docker-com

Signed-off-by: Naveen MR <oof1lab@gmail.com>
This commit is contained in:
Naveen MR
2022-02-08 21:20:58 +00:00
parent bdf59718fa
commit 3c557e965e
17 changed files with 23 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ services:
restart: always
volumes:
- db_data:/var/opt/mssql
- nc_data:/usr/app/data
environment:
SA_PASSWORD: Password123.
ACCEPT_EULA: Y
@@ -28,3 +29,4 @@ services:
NC_DB: "mssql://root_db:1433?u=sa&p=Password123.&d=root_db"
volumes:
db_data: {}
nc_data: {}