24 lines
674 B
Markdown
Raw Normal View History

## hoellen/privatebin
2016-05-12 00:16:33 +02:00
Paste securely.
#### Features
- 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.
- 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
- **MEMORY_LIMIT** : php memory limit *(default : 128M)*
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*
2016-05-12 00:16:33 +02:00
#### Volumes
- **/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)