forked from github.com/plausible-hosting
Merge pull request #16 from Maciejfiedler/patch-1
Changed Postgres version from 12 to latest
This commit is contained in:
commit
6025983534
@ -5,7 +5,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
plausible_db:
|
plausible_db:
|
||||||
image: postgres:12
|
image: postgres:latest # or 13
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/postgresql/data
|
- db-data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user