Maxim

Results 3 comments of Maxim

I've faced the same issue.

Here is my workaround ``` version: '3' services: nginx-proxy: image: jwilder/nginx-proxy ports: - "80:80" - "443:443" someserviceonhost: restart: on-failure image: qoomon/docker-host cap_add: [ 'NET_ADMIN', 'NET_RAW' ] expose: - "8080" environment:...