Compare commits

..

1 commit

Author SHA1 Message Date
56f96a8ba8 chore(deps): update postgres docker tag to v17 2024-11-12 06:32:42 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:17.0@sha256:2838b352c95941267f50c7c17c0580d43d122a8b57c31976d58d46c3bc437b38 image: postgres:17.0@sha256:e49dd801ba4d7417bf4c5a3e40624a492f8a1c41d2992a45f888841ec3f3621c
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data