mirror of
https://github.com/plausible/hosting.git
synced 2025-06-25 06:37:29 -05:00
Merge pull request #16 from Maciejfiedler/patch-1
Changed Postgres version from 12 to latest
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user