dantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 3 days agoMicrosoft Bing is trying to spoof Google UI when people search Google.comwww.windowslatest.comexternal-linkmessage-square117fedilinkarrow-up1522arrow-down113
arrow-up1509arrow-down1external-linkMicrosoft Bing is trying to spoof Google UI when people search Google.comwww.windowslatest.comdantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 3 days agomessage-square117fedilink
minus-squareGregor@gregtech.eulinkfedilinkEnglisharrow-up1·2 days agoYou gotta mount the image to the place where searxng accesses it, like this in docker compose: volumes: - ./searxng:/etc/searxng:rw - type: bind source: ./images/searxng.png target: /usr/local/searxng/searx/static/themes/simple/img/searxng.png
You gotta mount the image to the place where searxng accesses it, like this in docker compose:
volumes: - ./searxng:/etc/searxng:rw - type: bind source: ./images/searxng.png target: /usr/local/searxng/searx/static/themes/simple/img/searxng.png