golink
This commit is contained in:
parent
100e60785a
commit
fe166c1842
2 changed files with 11 additions and 0 deletions
9
golink/docker-compose.yml
Normal file
9
golink/docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
services:
|
||||||
|
golink:
|
||||||
|
image: ghcr.io/tailscale/golink:main
|
||||||
|
container_name: golink
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- 'data:/home/nonroot'
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
2
golink/example.env
Normal file
2
golink/example.env
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
TS_AUTHKEY=tskey-client-nnn-nnn
|
||||||
|
TS_EXTRA_ARGS=--advertise-tags=tag:container
|
||||||
Loading…
Reference in a new issue