Skip to content

Commit 237799b

Browse files
committed
fix
1 parent a06dce1 commit 237799b

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

services/transmute/compose.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,9 @@ services:
6363
tailscale:
6464
condition: service_healthy
6565
healthcheck:
66-
test:
67-
- "CMD"
68-
- "wget"
69-
- "-q"
70-
- "-O"
71-
- "/dev/null"
72-
- "--tries=1"
73-
- "http://localhost:3313/api/health/ready"
74-
interval: 30s
66+
test: ["CMD", "wget", "-q", "-O", "/dev/null", "--tries=1", "http://localhost:3313/api/health/ready"]
67+
interval: 1m
7568
timeout: 10s
7669
retries: 3
77-
start_period: 40s
70+
start_period: 30s
7871
restart: always

0 commit comments

Comments
 (0)