mirror of
https://git.turbo-data.com/nprasad2077/docker-templates.git
synced 2026-09-22 16:15:53 +00:00
init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
SearXNG:
|
||||
image: searxng/searxng:latest
|
||||
ports:
|
||||
- '9017:8080'
|
||||
volumes:
|
||||
- /portainer/Files/AppData/Config/searxng:/etc/searxng
|
||||
environment:
|
||||
BASE_URL: http://localhost:9017
|
||||
INSTANCE_NAME: my-instance
|
||||
restart: unless-stopped
|
||||
container_name: SearXNG
|
||||
Reference in New Issue
Block a user