mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
privatebin: use nginx-php as underlying image
This commit is contained in:
@ -3,16 +3,21 @@
|
||||
Paste securely.
|
||||
|
||||
#### Features
|
||||
- Based on Alpine Linux.
|
||||
- Based on Alpine Linux (wonderfall/nginx-php image)
|
||||
- Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido.
|
||||
- Bundled with nginx and PHP7.
|
||||
- Bundled with nginx and PHP7.1.
|
||||
|
||||
#### Build-time variables
|
||||
- **PRIVATEBIN_VER** : version of PrivateBin
|
||||
|
||||
#### Environment variables
|
||||
- **UID** : zerobin user id
|
||||
- **GID** : zerobin group id
|
||||
- **MEMORY_LIMIT** : php memory limit *(default : 128M)*
|
||||
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*
|
||||
|
||||
#### Volumes
|
||||
- **/zerobin/data**
|
||||
- **/privatebin/data**
|
||||
|
||||
#### Ports
|
||||
- **8888** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration)
|
||||
|
Reference in New Issue
Block a user