We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcbf76 commit 5930193Copy full SHA for 5930193
docker-compose.yml
@@ -33,7 +33,7 @@ services:
33
plausible:
34
image: ghcr.io/plausible/community-edition:v2.1.1
35
restart: always
36
- 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"
37
healthcheck:
38
test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8000 || exit 1
39
start_interval: 2s
0 commit comments