Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
0.2.49
0.2.50
+1 -1
View File
@@ -89,7 +89,7 @@ services:
- "127.0.0.1:18880:80"
depends_on: [api]
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1"]
test: ["CMD-SHELL", "curl -f http://localhost:80/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3