Compare commits

..

1 commit

Author SHA1 Message Date
eb7d60f575 chore(deps): update postgres docker tag to v17 2025-02-22 01:01:57 +00:00

View file

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