fix: some errors i've noticed when creating db from scratch

This commit is contained in:
2025-02-02 15:43:32 +01:00
parent 5082242db8
commit 0ee7ddcdbf
3 changed files with 10 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
services:
psql:
user: 1000:1000
image: postgres
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: dfsjhkdswkjntelsmldbfvsgknl5t
# my condolences
POSTGRES_PASSWORD: skbiditoilet
volumes:
- ./psql:/var/lib/postgresql/data
ports: