Skip to content

Commit

Permalink
remove sleep from plausible.command
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Jul 22, 2024
1 parent bfcbf76 commit 5930193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
plausible:
image: ghcr.io/plausible/community-edition:v2.1.1
restart: always
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"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8000 || exit 1
start_interval: 2s
Expand Down

0 comments on commit 5930193

Please sign in to comment.