mirror of
https://github.com/skidoodle/pastebin
synced 2025-10-14 09:44:48 +02:00
8 lines
152 B
YAML
8 lines
152 B
YAML
services:
|
|
pastebin:
|
|
container_name: pastebin
|
|
image: ghcr.io/csehviktor/pastebin:main
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3000:3000
|