Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
2061c59c
Commit
2061c59c
authored
Jan 14, 2019
by
pelag0s
Browse files
Define http proxy variables in Dockerfile before using them
parent
c1af8917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2061c59c
...
...
@@ -2,7 +2,7 @@ FROM alpine:3.8
LABEL
maintainer="searx <https://github.com/asciimoo/searx>"
LABEL
description="A privacy-respecting, hackable metasearch engine."
ENV
BASE_URL=False IMAGE_PROXY=False
ENV
BASE_URL=False IMAGE_PROXY=False
HTTP_PROXY_URL= HTTPS_PROXY_URL=
EXPOSE
8888
WORKDIR
/usr/local/searx
CMD
["/sbin/tini","--","/usr/local/searx/run.sh"]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment