Skip to content

Commit

Permalink
Changed Postgres version from 12 to latest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Bruising6802 authored Nov 25, 2020
1 parent 5b9e8c9 commit a735885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a735885

Please sign in to comment.