This commit is contained in:
Wolfgang Hottgenroth 2019-06-27 14:07:53 +02:00
parent 3a7803ebe7
commit 68e84e4663
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -19,6 +19,6 @@ VOLUME ${DATA_DIR}
EXPOSE 51826
EXPOSE 51888
CMD [ "echo", "homekit2mqtt", "-m", ${DATA_DIR}"/mapping.json", "-u", ${BROKER}, "-s", ${STORAGE_DIR}, "--insecure", "-c", ${PIN} ]
CMD [ "echo", "homekit2mqtt", "-m", "$DATA_DIR/mapping.json", "-u", "$BROKER", "-s", "$STORAGE_DIR", "--insecure", "-c", "$PIN" ]