Update docker-compose-letsencrypt.yaml

Update postgres image.
This commit is contained in:
Laurentiu 2024-07-03 07:14:45 +03:00 committed by GitHub
parent 142ae75acd
commit 1c64938d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ services:
depends_on:
- migrations
db:
image: postgres:15.2-alpine
image: postgres:16.3-alpine
volumes:
- ../postgres_data:/var/lib/postgresql/data/
restart: always