mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 21:00:58 +00:00
Remove temp fix from docker-compose DB
Enable grant tables
This commit is contained in:
parent
09182ead24
commit
0a6879230f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ services:
|
|||
image: mariadb:latest
|
||||
container_name: ensl_db
|
||||
user: "mysql:mysql"
|
||||
command: mysqld_safe --skip-grant-tables
|
||||
# command: mysqld_safe --skip-grant-tables
|
||||
volumes:
|
||||
- "./db/data:/var/lib/mysql"
|
||||
- "./db/initdb.d:/docker-entrypoint-initdb.d"
|
||||
|
|
Loading…
Reference in a new issue