2017-12-06 14:05:58 +01:00
|
|
|
## hoellen/privatebin
|
2016-05-12 00:16:33 +02:00
|
|
|
|
|
|
|
Paste securely.
|
|
|
|
|
|
|
|
#### Features
|
2017-12-06 14:05:58 +01:00
|
|
|
- Based on Alpine Linux (hoellen/nginx-php image)
|
2016-08-06 12:10:15 +02:00
|
|
|
- Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido.
|
2017-04-29 03:16:15 +02:00
|
|
|
- Bundled with nginx and PHP7.1.
|
|
|
|
|
|
|
|
#### Build-time variables
|
|
|
|
- **PRIVATEBIN_VER** : version of PrivateBin
|
2016-05-12 00:16:33 +02:00
|
|
|
|
|
|
|
#### Environment variables
|
2017-08-25 19:48:28 +02:00
|
|
|
- **UID** : privatebin user id
|
|
|
|
- **GID** : privatebin group id
|
2017-04-29 03:16:15 +02:00
|
|
|
- **MEMORY_LIMIT** : php memory limit *(default : 128M)*
|
|
|
|
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*
|
2016-05-12 00:16:33 +02:00
|
|
|
|
|
|
|
#### Volumes
|
2017-04-29 03:16:15 +02:00
|
|
|
- **/privatebin/data**
|
2016-05-12 00:16:33 +02:00
|
|
|
|
|
|
|
#### Ports
|
2016-09-16 17:08:06 +02:00
|
|
|
- **8888** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration)
|