aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2025-01-27 20:55:39 +0000
committerJPVenson <github@jpb.email>2025-01-27 20:55:39 +0000
commitd07e1a13b315fe6ebccf5c89cacf1c8a94b13a5f (patch)
tree2f3ac07ec9d41c684df8825f07069d55a5495998 /.devcontainer
parent74858042fce56eeb7af5cf991569fee0dca50775 (diff)
Fixed collation settings
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/pgsql/docker-compose.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/pgsql/docker-compose.yaml b/.devcontainer/pgsql/docker-compose.yaml
index 891a03673..1cab70762 100644
--- a/.devcontainer/pgsql/docker-compose.yaml
+++ b/.devcontainer/pgsql/docker-compose.yaml
@@ -22,13 +22,13 @@ services:
# (Adding the "ports" property to this file will not forward from a Codespace.)
db:
- image: postgres:14.3
+ image: postgres:17.2
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: jellyfin
- POSTGRES_USER: password
+ POSTGRES_USER: jellyfin
POSTGRES_DB: Jellyfin
pgadmin:
image: dpage/pgadmin4