mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
zerobin is now privatebin
This commit is contained in:
parent
14cddd6caa
commit
02347ce19e
@ -17,7 +17,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
||||
php7-json@testing \
|
||||
php7-zlib@testing \
|
||||
&& mkdir zerobin && cd zerobin \
|
||||
&& wget -qO- https://github.com/elrido/ZeroBin/archive/master.tar.gz | tar xz --strip 1 \
|
||||
&& wget -qO- https://github.com/PrivateBin/PrivateBin/archive/master.tar.gz | tar xz --strip 1 \
|
||||
&& mv cfg/conf.ini.sample cfg/conf.ini \
|
||||
&& apk del $BUILD_DEPS \
|
||||
&& rm -f /var/cache/apk/*
|
@ -1,11 +1,11 @@
|
||||
## wonderfall/zerobin
|
||||
## wonderfall/privatebin
|
||||
|
||||
Paste securely.
|
||||
|
||||
#### Features
|
||||
- Based on Alpine Linux.
|
||||
- [elrido's zerobin fork](https://github.com/elrido/ZeroBin)
|
||||
- nginx + PHP7.
|
||||
- Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido.
|
||||
- Bundled with nginx and PHP7.
|
||||
|
||||
#### Environment variables
|
||||
- **UID** : zerobin user id
|
Loading…
x
Reference in New Issue
Block a user