Skip to content

Commit

Permalink
disable network_mode: "bridge"
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Jan 22, 2017
1 parent 7763b02 commit d7d80c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playbooks/roles/docker/files/hal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -19,5 +17,3 @@ services:
cap_add:
- NET_ADMIN
command: --address=/dev/127.0.0.1
network_mode: "bridge"
restart: always

0 comments on commit d7d80c0

Please sign in to comment.