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/filebrowser/compose.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,7 @@ services:
35
35
cap_add:
36
36
- net_admin # Tailscale requirement
37
37
# ports:
38
-
#- 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
39
-
# - 0.0.0.0:8080:80 # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
38
+
#- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your
40
39
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
0 commit comments