Skip to content

Commit f5bfe0e

Browse files
committed
Set network_mode to host by default
The bridged mode does not work correctly at the moment.
1 parent 887e349 commit f5bfe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Set network_mode to "host" to run all containers in host network, instead of an internal bridged network
2-
NETWORK_MODE=bridge
2+
NETWORK_MODE=host

0 commit comments

Comments
 (0)