PrivateBin Docker Image
50K+
PrivateBin Docker Image
---
version: "3"
services:
privatebin:
image: supersandro2000/privatebin
environment:
- NAME=PrivateBin
- DB_HOST=db_privatebin
- DB_NAME=privatebin
- DB_PASSWORD=secret_password
- DB_USER=privatebin
volumes:
- $PWD/privatebin/:/var/www/html/data/
restart: unless-stopped
Content type
Image
Digest
sha256:38032bbe7…
Size
160.4 MB
Last updated
over 3 years ago
docker pull supersandro2000/privatebin