mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
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:
|