Files
pastebin/compose.yaml
2025-08-08 17:58:47 +02:00

8 lines
154 B
YAML

services:
pastebin:
container_name: pastebin
image: ghcr.io/csehviktor/pastebin:main
restart: unless-stopped
ports:
- "3000:3000"