diff options
-rw-r--r-- | Dockerfile | 4 | ||||
-rw-r--r-- | docker/README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile index 6a038898f..5f75a2580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:edge -MAINTAINER Sebastian Rakel <sebastian@devunit.eu> +LABEL maintainer="sebastian@devunit.eu" -RUN apk add --no-cache bash php7 py-pygments py2-pip imagemagick php7-gd nodejs composer php7-pdo_mysql php7-exif php7-ctype php7-session git php7-fileinfo msmtp +RUN apk add --no-cache bash php7 py-pygments py-pip imagemagick php7-gd nodejs composer php7-pdo_mysql php7-exif php7-ctype php7-session git php7-fileinfo msmtp ENV FILEBIN_HOME_DIR /var/lib/filebin ENV FILEBIN_DIR $FILEBIN_HOME_DIR/filebin diff --git a/docker/README.md b/docker/README.md index 775afa1de..870591c9f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,7 +4,7 @@ Filebin is a paste service developed by Florian Pritz [https://paste.xinu.at/](https://paste.xinu.at/) ## Dockerfile -[Dockerfile](https://git.server-speed.net/users/flo/filebin/tree/docker/Dockerfile) +[Dockerfile](https://github.com/Bluewind/filebin/blob/master/Dockerfile) ## Ports The PHP webserver is listening on ```8080``` |