Match pg in dev container and example.compose.yml

Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
Juan José Mata
2025-11-04 20:34:01 +01:00
committed by GitHub
parent f883a06325
commit 6f1b651b80

View File

@@ -50,7 +50,7 @@ services:
restart: unless-stopped
db:
image: postgres:latest
image: postgres:16
volumes:
- postgres-data:/var/lib/postgresql/data
restart: unless-stopped