Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.df.notify label ignores false #38

Open
psenicka1301 opened this issue Nov 23, 2018 · 2 comments
Open

com.df.notify label ignores false #38

psenicka1301 opened this issue Nov 23, 2018 · 2 comments

Comments

@psenicka1301
Copy link

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

@lgazo
Copy link

lgazo commented Feb 7, 2019

hi @vfarcic , when do you plan to release new version with this fix?

@thomasjpfan
Copy link
Contributor

This should be fixed. Please try the latest release: dockerflow/docker-flow-swarm-listener:19.01.12-20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants