self-hosted/pastebin/docker-compose.yml

11 lines
186 B
YAML
Raw Normal View History

2022-05-15 07:52:50 +02:00
version: '3'
services:
pastebin:
build: .
image: atareao/pastebin:v1.0
container_name: pastebin
restart: unless-stopped
2022-05-15 09:35:20 +02:00
init: true
2022-05-15 08:25:25 +02:00
volumes:
- ./db:/rs/db