Revert "Changed Postgres version from 12 to latest"

This reverts commit a735885fae.
Fixes #26
This commit is contained in:
Uku Taht 2020-12-07 11:35:04 +02:00
parent 11f3867b70
commit 53bb9fb9ea
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
restart: always
plausible_db:
image: postgres:latest # or 13
image: postgres:12
volumes:
- db-data:/var/lib/postgresql/data
environment: