diff options
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 39d56edba..44b4a3b87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 -MAINTAINER searx <https://github.com/asciimoo/searx> -LABEL description "A privacy-respecting, hackable metasearch engine." +LABEL maintainer="searx <https://github.com/asciimoo/searx>" +LABEL description="A privacy-respecting, hackable metasearch engine." ENV BASE_URL=False IMAGE_PROXY=False EXPOSE 8888 |