Add mysql command to host
This commit is contained in:
parent
4111ac7500
commit
1ecf6c8128
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
pw=$(yq -r '.services.db.environment[0]' /opt/mariadb/docker-compose.yml | awk -F '=' '{print $2}')
|
||||
|
||||
docker exec -ti mariadb_db_1 mysql -u root -p"${pw}" "${@}"
|
||||
docker exec -ti mariadb_db_1 mysql -u root -p"${pw}" -e "${@}"
|
||||
|
|
Loading…
Reference in a new issue