You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eg8/dev2/docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,4 @@ services:
28
28
- /dev/net/tun
29
29
env_file:
30
30
- ./.env # create .env file in the same folder as Dockerfile and specify HOSTNAME and JOINCODE there
31
-
network_mode: service:turtle_sim # This is the most important line in this setup. This will put the Husarnet Client in the same network namespace as your app (in this example: turtle_sim)
31
+
network_mode: service:turtle_sim # This is the most important line in this setup. This will put the Husarnet Client in the same network namespace as your app (in this example: turtle_sim)
0 commit comments