Files
pastebin/compose.yaml
T
2026-04-21 06:15:10 +02:00

13 lines
223 B
YAML

services:
pastebin:
container_name: pastebin
image: ghcr.io/skidoodle/pastebin:latest
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- pastebin_data:/data
volumes:
pastebin_data: