mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 03:20:12 -08:00
15 lines
290 B
YAML
15 lines
290 B
YAML
name: paste
|
|
services:
|
|
tclip:
|
|
image: ghcr.io/tailscale-dev/tclip:latest
|
|
volumes:
|
|
- /var/lib/tclip:/data
|
|
environment:
|
|
- DATA_DIR=/data
|
|
- TS_AUTHKEY=${TS_AUTHKEY}
|
|
- TSNET_FORCE_LOGIN=1
|
|
restart: always
|
|
labels:
|
|
- diun.enable=true
|
|
networks: {}
|