Compare commits

..

1 commit

Author SHA1 Message Date
281510d428 chore(deps): update postgres docker tag to v17 2025-02-14 00:31:58 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:17.3@sha256:6e3358e46e34dae6c184f48fd06fe1b3dbf958ad5b83480031907e52b9ec2a7d image: postgres:17.3@sha256:4cf7a9a7ea0d50f781434123945c741c8c4b1d84416dc949855ab105ada4bc62
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data