Files
templates/blueprints/privatebin/docker-compose.yml
Rohit Mulani f14cc64043 feat: add PrivateBin template (#947)
* feat: add PrivateBin template

* chore: pin privatebin template version

---------

Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
2026-07-07 14:03:54 -06:00

12 lines
199 B
YAML

services:
privatebin:
image: privatebin/nginx-fpm-alpine:2.0.4
restart: unless-stopped
volumes:
- privatebin_data:/srv/data
ports:
- "8080"
volumes:
privatebin_data: