Skip to content

com.df.notify label ignores false #38

@psenicka1301

Description

@psenicka1301

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions