Skip to content

Commit 6453143

Browse files
committed
docker: fix front health check
1 parent 7373ef1 commit 6453143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ services:
7777
restart: unless-stopped
7878
ports: ["3000:3000"]
7979
healthcheck:
80-
test: ["CMD", "curl", "-f", "http://localhost"]
80+
test: ["CMD", "curl", "-f", "http://localhost:3000"]
8181
start_period: 4s
8282
interval: 5s
8383

0 commit comments

Comments
 (0)