wip
This commit is contained in:
+1
-2
@@ -33,9 +33,8 @@ services:
|
||||
MYSQL_USER: ${DB_USERNAME:-investbrain}
|
||||
MYSQL_PASSWORD: ${DB_PASSWORD:-investbrain}
|
||||
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD:-investbrain}
|
||||
command: --cte-max-recursion-depth=1000
|
||||
command: bash -c "echo -e '[mysqld]\ncte_max_recursion_depth = 25000' > /etc/mysql/conf.d/my.cnf && docker-entrypoint.sh mysqld"
|
||||
volumes:
|
||||
# - ./docker/mysql.conf:/etc/mysql/conf.d/my.cnf
|
||||
- investbrain-mysql:/var/lib/mysql
|
||||
networks:
|
||||
- investbrain-network
|
||||
|
||||
Reference in New Issue
Block a user