Unverified Commit 27dca151 authored by Chadwick Strange's avatar Chadwick Strange Committed by GitHub

Update docker-compose.yml

CMD splitting required in healthcheck test. 
Fixes unhealthy status
parent 5d159a10
...@@ -21,5 +21,5 @@ services: ...@@ -21,5 +21,5 @@ services:
restart: unless-stopped restart: unless-stopped
command: -s -y -d command: -s -y -d
healthcheck: 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