fix: Lock postgres version

Closes #312
This commit is contained in:
Maksim Eltyshev
2022-10-20 12:22:35 +02:00
parent c07351d779
commit 84d8266dce

View File

@@ -27,7 +27,7 @@ services:
- postgres - postgres
postgres: postgres:
image: postgres:alpine image: postgres:14-alpine
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data