Compare commits

..

1 commit

Author SHA1 Message Date
296b2969ce chore(deps): update postgres docker tag to v17 2024-11-14 21:15:18 +00:00

View file

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