Skip to content

Commit

Permalink
Revert "Changed Postgres version from 12 to latest"
Browse files Browse the repository at this point in the history
This reverts commit a735885.
Fixes #26
  • Loading branch information
ukutaht committed Dec 7, 2020
1 parent 11f3867 commit 53bb9fb
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:latest # or 13
image: postgres:12
volumes:
- db-data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit 53bb9fb

Please sign in to comment.