mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
* feat: add PrivateBin template * chore: pin privatebin template version --------- Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
12 lines
199 B
YAML
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:
|