Skip to content

Commit

Permalink
build(docker): use network host as base
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Menski <sebastian.menski@camunda.com>
  • Loading branch information
npepinpe and menski committed May 3, 2021
1 parent e4153cc commit e254a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/utils/startup.sh
Expand Up @@ -4,7 +4,7 @@ HOST=$(hostname -i)

if [ "$ZEEBE_STANDALONE_GATEWAY" = "true" ]; then
export ZEEBE_GATEWAY_NETWORK_HOST=${ZEEBE_GATEWAY_NETWORK_HOST:-${HOST}}
export ZEEBE_GATEWAY_CLUSTER_HOST=${ZEEBE_GATEWAY_CLUSTER_HOST:-${HOST}}
export ZEEBE_GATEWAY_CLUSTER_HOST=${ZEEBE_GATEWAY_CLUSTER_HOST:-${ZEEBE_GATEWAY_NETWORK_HOST}}

exec /usr/local/zeebe/bin/gateway
else
Expand Down

0 comments on commit e254a98

Please sign in to comment.