mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
13 lines
280 B
YAML
13 lines
280 B
YAML
version: '3'
|
|
services:
|
|
searxng:
|
|
container_name: searxng
|
|
image: searxng/searxng
|
|
restart: unless-stopped
|
|
environment:
|
|
- BASE_URL=http://localhost:8080
|
|
- INSTANCE_NAME=my-instance
|
|
volumes:
|
|
- ./searxng:/etc/searxng
|
|
ports:
|
|
- 8080:8080
|