Browse Source

chore(nocodb): sync with 5.7 volume

pull/4930/head
Wing-Kam Wong 2 years ago
parent
commit
404c9f9984
  1. 2
      packages/nocodb/docker-compose.yml

2
packages/nocodb/docker-compose.yml

@ -40,7 +40,7 @@ services:
ports:
- 3380:3306
volumes:
- ./mysql-sakila-db:/docker-entrypoint-initdb.d
- ./tests/mysql-sakila-db:/docker-entrypoint-initdb.d
healthcheck:
test: "/etc/init.d/mysql status"
interval: 1s

Loading…
Cancel
Save