Skip to content

Commit f3ae4b7

Browse files
authored
Update for Consistency (#182)
1 parent c684e5f commit f3ae4b7

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

services/caddy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
#- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS
1717
volumes:
1818
- ./config:/config # Config folder used to store Tailscale files - you may need to change the path
19-
- ./state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
19+
- ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
2020
#- ./tailscale/tmp:/tmp # Share the tmp folder with the tailscale socket for TLS. Remove # if required.
2121
devices:
2222
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work

services/cyberchef/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
2323
- 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
2626
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
2727
# dns:
2828
# - ${DNS_SERVER}

services/ddns-updater/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
2323
- 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
2626
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
2727
# dns:
2828
# - ${DNS_SERVER}

services/dozzle/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
2323
- 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
2626
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
2727
# dns:
2828
# - ${DNS_SERVER}

services/gokapi/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
2323
- 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
2626
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
2727
# dns:
2828
# - ${DNS_SERVER}

services/isley/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
2323
- 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
2626
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
2727
# dns:
2828
# - ${DNS_SERVER}

services/it-tools/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
2323
- 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
2626
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
2727
# dns:
2828
# - ${DNS_SERVER}

services/linkding/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
2323
- 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
2626
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
2727
# dns:
2828
# - ${DNS_SERVER}

services/mattermost/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ services:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
2323
- net_admin # Tailscale requirement
24-
ports:
25-
- ${HTTP_PORT}:${HTTP_PORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26-
- ${HTTPS_PORT}:${HTTPS_PORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
24+
#ports:
25+
# - ${HTTP_PORT}:${HTTP_PORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
26+
# - ${HTTPS_PORT}:${HTTPS_PORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
2727
# - ${CALLS_PORT}:${CALLS_PORT}/udp
2828
# - ${CALLS_PORT}:${CALLS_PORT}/tcp
2929
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below

services/netbox/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS
1717
volumes:
1818
- ./config:/config # Config folder used to store Tailscale files - you may need to change the path
19-
- ./tailscale/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
19+
- ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
2020
devices:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:

0 commit comments

Comments
 (0)