Compare commits

..

1 commit

Author SHA1 Message Date
c63f2dbfdc chore(deps): update postgres docker tag to v17 2024-11-23 00:32:12 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:17.2@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb image: postgres:17.2@sha256:994cc3113ce004ae73df11f0dbc5088cbe6bb0da1691dd7e6f55474202a4f211
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data