1 Star 0 Fork 0

Chlorine/SearXNG Docker Fixed

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
searxng-docker.service.template 419 Bytes
Copy Edit Raw Blame History
[Unit]
Description=SearXNG service
Requires=docker.service
After=docker.service
[Service]
Restart=on-failure
Environment=SEARXNG_DOCKERCOMPOSEFILE=docker-compose.yaml
WorkingDirectory=/usr/local/searxng-docker
ExecStart=/usr/local/bin/docker compose -f ${SEARXNG_DOCKERCOMPOSEFILE} up --remove-orphans
ExecStop=/usr/local/bin/docker compose -f ${SEARXNG_DOCKERCOMPOSEFILE} down
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chlorine3545/searxng-docker-fixed.git
git@gitee.com:chlorine3545/searxng-docker-fixed.git
chlorine3545
searxng-docker-fixed
SearXNG Docker Fixed
main

Search