mirror of
https://github.com/skidoodle/pastebin
synced 2026-04-28 11:17:41 +02:00
dockerize
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
pastebin:
|
||||
container_name: pastebin
|
||||
image: ghcr.io/csehviktor/pastebin:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
Reference in New Issue
Block a user