pastebin/docker-compose.yaml

12 lines
250 B
YAML

version: "3"
services:
server:
image: images.internal/pastebin:latest
container_name: pastebin
restart: always
volumes:
- /data/containers/pastebin:/app/data
ports:
- "38001:38080"