Fixing docker entrypoint for satellite (#208)

This commit is contained in:
Philip Hutchins 2018-08-08 19:34:25 -04:00 committed by GitHub
parent 889afd0ae5
commit 80c0a0ed2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,4 @@ EXPOSE 8081/udp \
8080 \
7070
ENTRYPOINT ./hc --overlay.database-url redis://:${REDIS_PASSWORD}@${REDIS_ADDRESS}/?db=${REDIS_DB} --debug.addr=${HTTP_PORT} --identity.address=${OVERLAY_PORT}
ENTRYPOINT ./hc run --overlay.database-url redis://:${REDIS_PASSWORD}@${REDIS_ADDRESS}/?db=${REDIS_DB} --debug.addr=${HTTP_PORT} --identity.address=${OVERLAY_PORT}