mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update Dockerfile
This commit is contained in:
parent
356bf3573b
commit
22d05eaeed
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ EXPOSE 8080
|
|||
VOLUME /etc/searxng
|
||||
|
||||
RUN addgroup --gid 977 searxng && \
|
||||
mkdir -p /usr/local/searxng && \
|
||||
adduser -uid 977 --disabled-password --home /usr/local/searxng --shell /bin/sh --ingroup searxng searxng
|
||||
|
||||
ENV INSTANCE_NAME=searxng \
|
||||
|
|
Loading…
Add table
Reference in a new issue