Privatebin
version: '3.3'
services:
privatebin:
restart: unless-stopped
ports:
- '5721:80'
container_name: privatebin
environment:
- PUID=998
- PGID=100
volumes:
- '/srv/dev-disk-by-uuid-efc48120-cd34-4854-a3d5-03a32810e9a4/Privatebin/data:/privatebin/data'
- '/srv/dev-disk-by-uuid-efc48120-cd34-4854-a3d5-03a32810e9a4/Privatebin/cfg:/privatebin/cfg'
image: jgeusebroek/privatebin
Needs https to work
No Comments