chenbhao commited on
Commit
0bad34f
·
1 Parent(s): d3da808

chore: or use verspersearch a pre-build docker config

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -55,7 +55,9 @@ sudo usermod -aG docker $USER
55
 
56
  # make sure open pc and now start docker daemon
57
  sudo systemctl enable --now docker
 
58
 
 
59
  # install searxng in docker-compose
60
  curl -fsSL \
61
  -O https://raw.githubusercontent.com/searxng/searxng/master/container/docker-compose.yml \
@@ -64,6 +66,8 @@ curl -fsSL \
64
  # add json source in formats behind html - jsonl in 87 lines
65
  cd searxng/core-config/ && sudo nvim settings.yml
66
 
 
 
67
  # start searxng engine
68
  docker compose up -d
69
 
 
55
 
56
  # make sure open pc and now start docker daemon
57
  sudo systemctl enable --now docker
58
+ ```
59
 
60
+ ```bash
61
  # install searxng in docker-compose
62
  curl -fsSL \
63
  -O https://raw.githubusercontent.com/searxng/searxng/master/container/docker-compose.yml \
 
66
  # add json source in formats behind html - jsonl in 87 lines
67
  cd searxng/core-config/ && sudo nvim settings.yml
68
 
69
+ # or use VersperSearch a pre-build docker config in https://github.com/versperai/VersperSearch
70
+
71
  # start searxng engine
72
  docker compose up -d
73