Skip to content

Commit

Permalink
Set network_mode to host by default
Browse files Browse the repository at this point in the history
The bridged mode does not work correctly at the moment.
  • Loading branch information
g3force committed Jun 25, 2023
1 parent 887e349 commit f5bfe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Set network_mode to "host" to run all containers in host network, instead of an internal bridged network
NETWORK_MODE=bridge
NETWORK_MODE=host

0 comments on commit f5bfe0e

Please sign in to comment.