mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	..
This commit is contained in:
		
							parent
							
								
									dae5bcf253
								
							
						
					
					
						commit
						86d1a4931f
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -3,8 +3,6 @@ ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh | |||
| EXPOSE 8080 | ||||
| VOLUME /etc/searx | ||||
| VOLUME /var/log/uwsgi | ||||
| RUN addgroup -g ${SEARX_GID} searx && \ | ||||
|     adduser -u ${SEARX_UID} -D -h /usr/local/searx -s /bin/sh -G searx searx | ||||
| 
 | ||||
| ARG VERSION_GITCOMMIT=unknown | ||||
| ARG SEARX_GIT_VERSION=unknown | ||||
|  | @ -12,6 +10,9 @@ ARG SEARX_GIT_VERSION=unknown | |||
| ARG SEARX_GID=977 | ||||
| ARG SEARX_UID=977 | ||||
| 
 | ||||
| RUN addgroup -g ${SEARX_GID} searx && \ | ||||
|     adduser -u ${SEARX_UID} -D -h /usr/local/searx -s /bin/sh -G searx searx | ||||
| 
 | ||||
| ARG TIMESTAMP_SETTINGS=0 | ||||
| ARG TIMESTAMP_UWSGI=0 | ||||
| ARG LABEL_VCS_REF= | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Robert O'Connor
						Robert O'Connor