mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
d
This commit is contained in:
parent
91336c73c2
commit
ad8f39ee70
1 changed files with 2 additions and 6 deletions
|
@ -4,12 +4,8 @@ ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
VOLUME /etc/searxng
|
VOLUME /etc/searxng
|
||||||
|
|
||||||
ARG SEARXNG_GID=977
|
RUN addgroup --gid 977 searxng && \
|
||||||
ARG SEARXNG_UID=977
|
adduser -uid 977 --disabled-password --home /usr/local/searxng --shell /bin/sh --ingroup searxng searxng
|
||||||
|
|
||||||
|
|
||||||
RUN addgroup -g ${SEARXNG_GID} searxng && \
|
|
||||||
adduser -u ${SEARXNG_UID} -D -h /usr/local/searxng -s /bin/sh -G searxng searxng
|
|
||||||
|
|
||||||
ENV INSTANCE_NAME=searxng \
|
ENV INSTANCE_NAME=searxng \
|
||||||
AUTOCOMPLETE= \
|
AUTOCOMPLETE= \
|
||||||
|
|
Loading…
Add table
Reference in a new issue