mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
18 lines
284 B
YAML
18 lines
284 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
pairdrop:
|
|
image: lscr.io/linuxserver/pairdrop:latest
|
|
restart: unless-stopped
|
|
expose:
|
|
- "3000"
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=${TZ}
|
|
volumes:
|
|
- pairdrop-config:/config
|
|
|
|
volumes:
|
|
pairdrop-config:
|