-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Description
we defined labels for our service in yml file:
version: "3.4"
services:
my-service:
...
labels:
- com.df.notify=false
- com.df.notifyAcc=true
- com.df.distribute=true
....
For listener environment we defined:
my-proxy-swarm-listener:
image: dockerflow/docker-flow-swarm-listener:18.06.03-26
...
environment:
- DF_NOTIFY_LABEL=com.df.notifyAcc
...
This listener works ok.
But another listener without DF_NOTIFY_LABEL defined also takes com.df.notify as if it was set to true
We expected this another listener will ignore it as if it wasn't defined at all
Metadata
Metadata
Assignees
Labels
No labels