mirror of
https://github.com/skidoodle/pastebin
synced 2026-04-28 11:17:41 +02:00
11 lines
181 B
YAML
11 lines
181 B
YAML
services:
|
|
pastebin-dev:
|
|
container_name: pastebin-dev
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ./data:/data
|