From d7d80c0c0e66e96dfa0be40efca99380019aea8a Mon Sep 17 00:00:00 2001 From: Vinta Date: Sun, 22 Jan 2017 14:25:01 +0800 Subject: [PATCH] disable network_mode: "bridge" https://github.com/docker/docker/issues/7857 --- playbooks/roles/docker/files/hal.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbooks/roles/docker/files/hal.yml b/playbooks/roles/docker/files/hal.yml index 3096b93..05665e7 100644 --- a/playbooks/roles/docker/files/hal.yml +++ b/playbooks/roles/docker/files/hal.yml @@ -9,8 +9,6 @@ services: - "80:80" volumes: - /var/run/docker.sock:/tmp/docker.sock:ro - network_mode: "bridge" - restart: always dns: image: andyshinn/dnsmasq:2.76 ports: @@ -19,5 +17,3 @@ services: cap_add: - NET_ADMIN command: --address=/dev/127.0.0.1 - network_mode: "bridge" - restart: always