mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
13 lines
227 B
YAML
13 lines
227 B
YAML
services:
|
|
golink:
|
|
container_name: golink
|
|
restart: unless-stopped
|
|
image: ghcr.io/tailscale/golink:main
|
|
volumes:
|
|
- golinks_data:/home/nonroot
|
|
labels:
|
|
- diun.enable=true
|
|
|
|
volumes:
|
|
golinks_data:
|