Unverified Commit 738c121c authored by Chadwick Strange's avatar Chadwick Strange Committed by GitHub

Merge pull request #100 from skalenetwork/bug/fix-healthcheck

Update docker-compose.yml
parents 5d159a10 27dca151
......@@ -21,5 +21,5 @@ services:
restart: unless-stopped
command: -s -y -d
healthcheck:
test: ["CMD", "ls /dev/isg /dev/mei0"]
test: ["CMD", "ls", "/dev/isgx", "/dev/mei0"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment