explain PostgreSQL "supported versions" message

This commit is contained in:
ruslandoga 2024-02-26 22:04:11 +08:00 committed by GitHub
parent bdf1483526
commit 0a9c71320a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ services:
restart: always
plausible_db:
# supported versions are 13, 14, and 15
# Plausible v2.0.0 was tested against PostgreSQL versions 12, 13, and 14
# https://github.com/plausible/analytics/blob/v2.0.0/.github/workflows/elixir.yml#L16
image: postgres:14-alpine
restart: always
volumes: