chore: drop sleep 10 from app command (align with upstream v3)
Some checks failed
cc-ci/testme cc-ci: failure

This commit is contained in:
autonomic-bot
2026-07-14 00:24:10 +00:00
parent 161fe5e4d6
commit b5cf2a9dd4

View File

@ -4,7 +4,7 @@ version: "3.8"
services: services:
app: app:
image: ghcr.io/plausible/community-edition:v3.2.1 image: ghcr.io/plausible/community-edition:v3.2.1
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on: depends_on:
- db - db
- plausible_events_db - plausible_events_db