mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Restructuring for new backup solution
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
## Execute SQL commands
|
||||
```bash
|
||||
docker exec -it {{applications['mariadb'].hostname }} mariadb -u root -p
|
||||
# Assume the container name is mariadb
|
||||
docker exec -it mariadb mariadb -u root -p
|
||||
```
|
Reference in New Issue
Block a user