mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 07:18:09 +02:00
Solved wrong namings
This commit is contained in:
@@ -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
|
||||
```
|
Reference in New Issue
Block a user