mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 07:46:42 +00:00
14 lines
410 B
YAML
14 lines
410 B
YAML
version: "3.5"
|
|
|
|
# https://github.com/docker-library/mysql/issues/149
|
|
# disabling default sql-mode set to only_full_group_by
|
|
services:
|
|
xc-mysql-sakila-db:
|
|
network_mode: host
|
|
image: mysql:8.0
|
|
command: mysqld --sql_mode=""
|
|
restart: always
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: password
|
|
volumes:
|
|
- ../../../packages/nocodb/tests/mysql-sakila-db:/docker-entrypoint-initdb.d |