Fixing docker entrypoint for satellite (#208)
This commit is contained in:
parent
889afd0ae5
commit
80c0a0ed2b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user