debug
This commit is contained in:
parent
8a72ef7c7b
commit
852b8464b7
|
|
@ -47,7 +47,7 @@ done
|
||||||
# Execute the SQL command after MariaDB is ready
|
# Execute the SQL command after MariaDB is ready
|
||||||
docker exec -i "${DOMAIN_NAME}_Directus_DB" mysql -uroot -e "
|
docker exec -i "${DOMAIN_NAME}_Directus_DB" mysql -uroot -e "
|
||||||
CREATE DATABASE directus;
|
CREATE DATABASE directus;
|
||||||
GRANT ALL PRIVILEGES ON directus.* TO 'directus'@'%';
|
GRANT ALL PRIVILEGES ON directus.* TO 'root'@'%';
|
||||||
FLUSH PRIVILEGES;
|
FLUSH PRIVILEGES;
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue