This commit is contained in:
parent
00d39cbfa4
commit
ec2f55a2e4
23
docs/portainer-stacks/tailscale.md
Normal file
23
docs/portainer-stacks/tailscale.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Portainer Stack:
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
tailscale:
|
||||||
|
container_name: tailscale
|
||||||
|
image: tailscale/tailscale
|
||||||
|
command: tailscaled
|
||||||
|
restart: unless-stopped
|
||||||
|
network_mode: host
|
||||||
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
- /var/lib:/var/lib
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
```
|
||||||
|
|
||||||
|
Then to login, from the terminal send:
|
||||||
|
```
|
||||||
|
docker exec tailscaled tailscale up
|
||||||
|
```
|
@ -105,6 +105,7 @@ nav:
|
|||||||
- qBittorrent: portainer-stacks/qbittorrent.md
|
- qBittorrent: portainer-stacks/qbittorrent.md
|
||||||
- Samba: portainer-stacks/samba.md
|
- Samba: portainer-stacks/samba.md
|
||||||
- shlink: portainer-stacks/shlink.md
|
- shlink: portainer-stacks/shlink.md
|
||||||
|
- tailscale: portainer-stacks/tailscale.md
|
||||||
- TasmoBackup: portainer-stacks/TasmoBackup.md
|
- TasmoBackup: portainer-stacks/TasmoBackup.md
|
||||||
- Tasmota-Device-Manager: portainer-stacks/Tasmota-Device-Manager.md
|
- Tasmota-Device-Manager: portainer-stacks/Tasmota-Device-Manager.md
|
||||||
- Transmission: portainer-stacks/Transmission.md
|
- Transmission: portainer-stacks/Transmission.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user