mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 21:40:12 -08:00
added TS_AUTHKEY environment variable
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
|||||||
container_name: golink
|
container_name: golink
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ghcr.io/tailscale/golink:main
|
image: ghcr.io/tailscale/golink:main
|
||||||
|
environment:
|
||||||
|
- TS_AUTHKEY:${TS_AUTHKEY}
|
||||||
volumes:
|
volumes:
|
||||||
- golinks_data:/home/nonroot
|
- golinks_data:/home/nonroot
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user