mirror of
https://github.com/plausible/hosting.git
synced 2024-11-04 23:35:59 -06:00
Revert "remove sleep from plausible.command"
This reverts commit 5930193510
.
This commit is contained in:
parent
5930193510
commit
9cd73d990c
@ -33,7 +33,7 @@ services:
|
||||
plausible:
|
||||
image: ghcr.io/plausible/community-edition:v2.1.1
|
||||
restart: always
|
||||
command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
command: sh -c "sleep 10 && /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
|
||||
|
Loading…
Reference in New Issue
Block a user