Merge pull request #16 from Maciejfiedler/patch-1

Changed Postgres version from 12 to latest
This commit is contained in:
Uku Taht 2020-11-26 09:53:34 +02:00 committed by GitHub
commit 6025983534
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: