Fixed collation and pgsql container

This commit is contained in:
JPVenson
2025-02-02 02:07:04 +00:00
parent 379a104cfb
commit ebe89c07b3
3 changed files with 6 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ services:
image: postgres:17.2
restart: unless-stopped
volumes:
- ./pgdata/var/lib/postgresql/data
- ./pgdata:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: jellyfin
POSTGRES_USER: jellyfin