Cannot set localhostd/ignore label to a list of ports
As in title; seems to be related to this line: https://gitlab.com/arkandos/localhostd/-/blob/main/docker_watcher.go?ref_type=heads#L156
should propably be if asBool, err := strconv.ParseBool(ignore); err == nil
.