mirror of
https://github.com/skidoodle/pastebin
synced 2026-04-28 11:17:41 +02:00
12 lines
218 B
YAML
12 lines
218 B
YAML
services:
|
|
pastebin:
|
|
container_name: pastebin
|
|
image: ghcr.io/skidoodle/pastebin:main
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- pastebin_data:/data
|
|
|
|
volumes:
|
|
pastebin_data: |