Hello again,
would it be possible to use traefik concurrent with docker-swarm services and native docker-services? As I understand the docs regarding providers i have to choose either the one or the other.
Background is: I managed to migrate most of my services from docker-compose to docker swarm, but there are still some services left with docker-compose because docker swarm is not (yet) capable of creating containers in privileged mode or with host capabilities enabled or devices forwarded.
Thanks in advance