Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Files

Latest commit

c57b924 · Apr 17, 2022

History

History
28 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.28 KB

PrivateBin

Github Stars GitHub readme Docker Stars Docker Hub

Version Docker Pulls

PrivateBin Docker Image

Docker compose

---
version: "3"
services:
  privatebin:
    image: supersandro2000/privatebin
    environment:
      - NAME=PrivateBin
      - DB_HOST=db_privatebin
      - DB_NAME=privatebin
      - DB_PASSWORD=secret_password
      - DB_USER=privatebin
    restart: unless-stopped