self-hosted/pastebin/docker-compose.yml
2022-05-15 09:35:20 +02:00

11 lines
186 B
YAML

version: '3'
services:
pastebin:
build: .
image: atareao/pastebin:v1.0
container_name: pastebin
restart: unless-stopped
init: true
volumes:
- ./db:/rs/db