mirror of
https://github.com/plausible/hosting.git
synced 2024-12-22 12:03:18 -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:
|
plausible:
|
||||||
image: ghcr.io/plausible/community-edition:v2.1.1
|
image: ghcr.io/plausible/community-edition:v2.1.1
|
||||||
restart: always
|
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:
|
healthcheck:
|
||||||
test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8000 || exit 1
|
test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8000 || exit 1
|
||||||
start_interval: 2s
|
start_interval: 2s
|
||||||
|
Loading…
Reference in New Issue
Block a user