mirror of
https://github.com/plausible/hosting.git
synced 2025-06-14 09:47:30 -05:00
Revert "Changed Postgres version from 12 to latest"
This reverts commit a735885fae
.
Fixes #26
This commit is contained in:
@ -5,7 +5,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
plausible_db:
|
plausible_db:
|
||||||
image: postgres:latest # or 13
|
image: postgres:12
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/postgresql/data
|
- db-data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user