SearchX 搜索引擎 部署

version: '3.4'

services:
  searx:
    container_name: searx
    image: searx/searx:latest
    restart: always
    ports:
      - "18080:8080"
    volumes:
      - /opt/searx:/etc/searx
    environment:
      - BASE_URL=http://localhost:18080/