last update before shutdown on old server

This commit is contained in:
Amar Saljic
2025-11-15 23:22:20 +01:00
parent cd2b304a5c
commit f765bfdf2d
3 changed files with 28 additions and 24 deletions

View File

@ -19,7 +19,7 @@ sudo chmod 770 data
```
3. Adjust compose.yml
Within `services > postgres > user`, make sure to replare `postgres` with the UID of the user on your machine
Within `services > postgres > user`, make sure to replace `postgres` with the UID of the user on your machine
```
cat /etc/passwd | grep postgres
```