diff --git a/apps/apricot-blossom/docker-compose.json b/apps/apricot-blossom/docker-compose.json index 0d376e0..4f1e782 100644 --- a/apps/apricot-blossom/docker-compose.json +++ b/apps/apricot-blossom/docker-compose.json @@ -25,7 +25,7 @@ } ], "healthCheck": { - "test": "wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1", + "test": "wget --no-verbose --tries=1 --spider http://127.0.0.1:3000/ || exit 1", "interval": "30s", "timeout": "10s", "retries": 3