Skip to content

Commit 5930193

Browse files
committed
remove sleep from plausible.command
1 parent bfcbf76 commit 5930193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
plausible:
3434
image: ghcr.io/plausible/community-edition:v2.1.1
3535
restart: always
36-
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
36+
command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
3737
healthcheck:
3838
test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8000 || exit 1
3939
start_interval: 2s

0 commit comments

Comments
 (0)