Changed UserName to non-deterministic field

This commit is contained in:
JPVenson
2025-01-29 20:17:50 +00:00
parent d07e1a13b3
commit 379a104cfb
5 changed files with 12 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ services:
image: postgres:17.2
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
- ./pgdata/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: jellyfin
POSTGRES_USER: jellyfin
@@ -47,5 +47,4 @@ services:
# (Adding the "ports" property to this file will not forward from a Codespace.)
volumes:
postgres-data:
pgadmin-data: