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


Revision #1
Created 3 January 2022 13:50:31 by Admin
Updated 21 November 2024 22:16:21 by Admin