mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
Add Docker Compose configuration for tclip service
This commit is contained in:
13
tclip/compose.yaml
Normal file
13
tclip/compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: paste
|
||||||
|
services:
|
||||||
|
tclip:
|
||||||
|
image: ghcr.io/tailscale-dev/tclip:latest
|
||||||
|
volumes:
|
||||||
|
- /var/lib/tclip:/data
|
||||||
|
environment:
|
||||||
|
- DATA_DIR=/data
|
||||||
|
- TS_AUTHKEY=${TS_AUTHKEY}
|
||||||
|
restart: always
|
||||||
|
labels:
|
||||||
|
- diun.enable=true
|
||||||
|
networks: {}
|
||||||
Reference in New Issue
Block a user