Changed Postgres version from 12 to latest

By switching to the latest or 13 version, the plausible_db container will no more complain about the wrong postgres version and shut down. This resolved my error, when i implemented this docker-compose into my own docker-compose.
This commit is contained in:
Maciej Fiedler 2020-11-25 14:54:23 +01:00 committed by GitHub
parent 5b9e8c9e8d
commit a735885fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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