We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d47a88 commit 03e81a6Copy full SHA for 03e81a6
Dockerfile.linux-arm
@@ -10,8 +10,11 @@ ENV DF_DOCKER_HOST="unix:///var/run/docker.sock" \
10
DF_RETRY="50" \
11
DF_RETRY_INTERVAL="5" \
12
DF_NOTIFY_LABEL="com.df.notify" \
13
- DF_INCLUDE_NODE_IP_INFO="false"
14
-
+ DF_INCLUDE_NODE_IP_INFO="false" \
+ DF_SERVICE_POLLING_INTERVAL="-1" \
15
+ DF_USE_DOCKER_SERVICE_EVENTS="true" \
16
+ DF_NODE_POLLING_INTERVAL="-1" \
17
+ DF_USE_DOCKER_NODE_EVENTS="true"
18
19
COPY docker-flow-swarm-listener_linux_arm /usr/local/bin/docker-flow-swarm-listener
20
RUN chmod +x /usr/local/bin/docker-flow-swarm-listener
0 commit comments