diff --git a/docker-compose.yml b/docker-compose.yml index 9f1b961..2f78cb9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,3 +1,5 @@ +version: '3' + services: redis: container_name: redis @@ -26,8 +28,8 @@ services: restart: unless-stopped ports: - "8080:8080" - # volumes: - # - ./searxng:/etc/searxng:rw + volumes: + - ./searxng:/etc/searxng:rw environment: - SEARXNG_BASE_URL=http://localhost:8080/ - SEARXNG_SECRET_KEY=$(openssl rand -hex 32)