mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 11:47:14 +02:00
Solved wrong namings
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
## Execute SQL commands
|
||||
```bash
|
||||
docker exec -it {{applications.mariadb.hostname }} mariadb -u root -p
|
||||
docker exec -it {{applications['rdbms-mariadb'].hostname }} mariadb -u root -p
|
||||
```
|
Reference in New Issue
Block a user