Skip to content

Commit 989cfe7

Browse files
author
Anze
committed
Enable docker host network mode by default
1 parent cdbf462 commit 989cfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ services:
2828
# Grafolean backend must be accessible on BACKEND_URL *from the point of view of container*. If running
2929
# on the same host, '127.0.0.1' translates to container, not host - this directive changes network mode
3030
# so that Docker networking is bypassed.
31-
#network_mode: "host"
31+
network_mode: "host"

0 commit comments

Comments
 (0)