mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00: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