Skip to content

Commit

Permalink
docker: fix front health check
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Jun 26, 2024
1 parent 7373ef1 commit 6453143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
restart: unless-stopped
ports: ["3000:3000"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
test: ["CMD", "curl", "-f", "http://localhost:3000"]
start_period: 4s
interval: 5s

Expand Down

0 comments on commit 6453143

Please sign in to comment.