mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 08:37:07 +00:00
Fixed collation and pgsql container
This commit is contained in:
parent
379a104cfb
commit
ebe89c07b3
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue