2019-09-26 00:50:36 +02:00

26 lines
719 B
Markdown

## hoellen/privatebin
Paste securely.
#### Features
- Based on Alpine Linux (hoellen/nginx-php image)
- Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido.
- GPG signature check
- separate /data directory
- Bundled with nginx and PHP
#### Build-time variables
- **PRIVATEBIN_VER** : version of PrivateBin
#### Environment variables
- **UID** : privatebin user id
- **GID** : privatebin group id
- **MEMORY_LIMIT** : php memory limit *(default : 128M)*
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*
#### Volumes
- **/privatebin/data**
#### Ports
- **8888** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration)