Solved wrong namings

This commit is contained in:
2025-07-11 02:59:25 +02:00
parent f9b3fb8cfa
commit 7fba13b550
15 changed files with 96 additions and 29 deletions

View File

@@ -3,5 +3,5 @@
## Root Access
To access the database via the root account execute the following on the server:
```bash
docker exec -it "{{ applications.postgres.hostname }}" psql -U postgres
docker exec -it "{{ applications['rdbms-postgres'].hostname }}" psql -U postgres
```