Perplexica/docker-compose copy 4.yaml

13 lines
257 B
YAML
Raw Normal View History

2024-06-30 14:25:14 -04:00
version: '3.7'
services:
searxng:
image: searxng/searxng:latest
container_name: searxng
ports:
- '8080:8080'
volumes:
- ./settings.yml:/searxng/settings.yml
- ./limiter.toml:/etc/searxng/limiter.toml
restart: always