Skip to content

Commit

Permalink
Enable docker host network mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Anze committed Sep 15, 2019
1 parent cdbf462 commit 989cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ services:
# Grafolean backend must be accessible on BACKEND_URL *from the point of view of container*. If running
# on the same host, '127.0.0.1' translates to container, not host - this directive changes network mode
# so that Docker networking is bypassed.
#network_mode: "host"
network_mode: "host"

0 comments on commit 989cfe7

Please sign in to comment.