You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -453,9 +453,9 @@ services:
453
453
environment:
454
454
IPFS_PROFILE: server # sets the server profile
455
455
healthcheck:
456
-
test: ["CMD", "ipfs", "id"]
457
-
interval: 5s
458
-
timeout: 10s
456
+
test: ["CMD-SHELL", "ipfs --api=/ip4/127.0.0.1/tcp/5001 dag stat /ipfs/QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn || exit 1"] # from official image
0 commit comments