mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:55:41 +00:00
fix : backup nocodb data folders while running docker-com
Signed-off-by: Naveen MR <oof1lab@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
||||
image: mysql:5.7
|
||||
volumes:
|
||||
- db_data:/var/lib/mysql
|
||||
- nc_data:/usr/app/data
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
@@ -49,6 +50,7 @@ services:
|
||||
volumes:
|
||||
nginx-proxy-manager: {}
|
||||
db_data: {}
|
||||
nc_data: {}
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user