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: services/cyberchef/docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ services:
21
21
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
22
22
cap_add:
23
23
- net_admin # Tailscale requirement
24
-
ports:
25
-
- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
24
+
#ports:
25
+
# - 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26
26
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
Copy file name to clipboardExpand all lines: services/ddns-updater/docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ services:
21
21
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
22
22
cap_add:
23
23
- net_admin # Tailscale requirement
24
-
ports:
25
-
- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
24
+
#ports:
25
+
# - 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26
26
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
Copy file name to clipboardExpand all lines: services/dozzle/docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ services:
21
21
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
22
22
cap_add:
23
23
- net_admin # Tailscale requirement
24
-
ports:
25
-
- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
24
+
#ports:
25
+
# - 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26
26
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
Copy file name to clipboardExpand all lines: services/gokapi/docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ services:
21
21
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
22
22
cap_add:
23
23
- net_admin # Tailscale requirement
24
-
ports:
25
-
- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
24
+
#ports:
25
+
# - 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26
26
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
Copy file name to clipboardExpand all lines: services/isley/docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ services:
21
21
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
22
22
cap_add:
23
23
- net_admin # Tailscale requirement
24
-
ports:
25
-
- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
24
+
#ports:
25
+
# - 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26
26
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
Copy file name to clipboardExpand all lines: services/it-tools/docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ services:
21
21
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
22
22
cap_add:
23
23
- net_admin # Tailscale requirement
24
-
ports:
25
-
- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
24
+
#ports:
25
+
# - 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26
26
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
Copy file name to clipboardExpand all lines: services/linkding/docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ services:
21
21
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
22
22
cap_add:
23
23
- net_admin # Tailscale requirement
24
-
ports:
25
-
- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
24
+
#ports:
25
+
# - 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26
26
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
0 commit comments