mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
chore: upgrade plausible
This commit is contained in:
parent
26d7d74e2f
commit
9d3e77634c
|
@ -6,8 +6,7 @@ services:
|
|||
# container_name: plausible-smtp
|
||||
|
||||
plausible_db:
|
||||
# supported versions are 12, 13, and 14
|
||||
image: postgres:14-alpine
|
||||
image: postgres:16-alpine
|
||||
container_name: plausible-db
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -37,7 +36,7 @@ services:
|
|||
|
||||
plausible:
|
||||
container_name: plausible
|
||||
image: ghcr.io/plausible/community-edition:v2.1.1
|
||||
image: ghcr.io/plausible/community-edition:v2.1.3
|
||||
restart: always
|
||||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in New Issue
Block a user