Fix healthcheck in docs (#781)
This commit is contained in:
@@ -88,7 +88,7 @@ services:
|
||||
volumes:
|
||||
- ./data/pb_data:/pb_data
|
||||
healthcheck:
|
||||
test: wget --spider -q http://localhost:8090/health || exit 1
|
||||
test: ["CMD", "/curl", "--fail", "http://localhost:8090/health"]
|
||||
interval: 15s
|
||||
retries: 10
|
||||
start_period: 20s
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
- wanderer
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: curl --fail http://localhost:3000/ || exit 1
|
||||
test: ["CMD", "/curl", "--fail", "http://localhost:3000/"]
|
||||
interval: 15s
|
||||
retries: 10
|
||||
start_period: 20s
|
||||
|
||||
Reference in New Issue
Block a user