Compare commits

..

1 commit

Author SHA1 Message Date
b0a00ead36 chore(deps): update postgres docker tag to v17 2024-09-27 11:32:43 +00:00

View file

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