Skip to content

Commit

Permalink
use 127.0.0.1 for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Jun 12, 2024
1 parent 1ee0c07 commit f6c4ca0
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 @@ -105,7 +105,7 @@ services:
image: ontoportal/mgrep:0.0.2
platform: linux/amd64
healthcheck:
test: ["CMD", "nc", "-z", "-v", "localhost", "55556"]
test: ["CMD", "nc", "-z", "-v", "127.0.0.1", "55556"]
start_period: 3s
interval: 10s
timeout: 5s
Expand Down

0 comments on commit f6c4ca0

Please sign in to comment.