summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steding <steding.andreas@gmail.com>2020-09-18 17:43:01 +0200
committerAndreas Steding <steding.andreas@gmail.com>2020-09-18 17:43:01 +0200
commit3633a9d84c79d43cf5ae3c0237e038c2b1eb0e1d (patch)
tree7f5c815e01e078f35e9d557b52a39fb90efee4ad
parentd3623bbedc50290050bb21cb4c947870c104426f (diff)
updated Dockerfile and README.md
-rw-r--r--Dockerfile4
-rw-r--r--docker/README.md2
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```