.devcontainer/docker-compose.yml aktualisiert

main
Teena Steger 2026-03-17 13:15:55 +01:00
parent 3a363c67d8
commit a085464268
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ services:
network_mode: service:db
db:
image: postgres:latest
image: postgres:17
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data