This commit is contained in:
2025-10-13 13:41:34 +02:00
parent 90f10143da
commit 4b62a9a64b
23 changed files with 679 additions and 196 deletions

View File

@@ -1,7 +1,12 @@
services:
pastebin:
container_name: pastebin
image: ghcr.io/csehviktor/pastebin:main
image: ghcr.io/skidoodle/pastebin:main
restart: unless-stopped
ports:
- "3000:3000"
- 3000:3000
volumes:
- pastebin_data:/data
volumes:
pastebin_data: