Shortened service- to svc-

This commit is contained in:
2025-07-09 05:00:41 +02:00
parent db384c6261
commit 575df76ec3
140 changed files with 101 additions and 101 deletions

View File

@@ -0,0 +1,7 @@
# Administration
## 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
```