Compare commits

..

2 commits

View file

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