dantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 1 month agoMicrosoft Bing is trying to spoof Google UI when people search Google.comwww.windowslatest.comexternal-linkmessage-square124fedilinkarrow-up1565arrow-down114
arrow-up1551arrow-down1external-linkMicrosoft Bing is trying to spoof Google UI when people search Google.comwww.windowslatest.comdantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 1 month agomessage-square124fedilink
minus-squaremoe93@lemmy.mllinkfedilinkEnglisharrow-up2·1 month agoHow did you change the logo? I tried to do that on my instance and failed miserably. Running it through docker.
minus-squareGregor@gregtech.eulinkfedilinkEnglisharrow-up3·1 month 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
How did you change the logo? I tried to do that on my instance and failed miserably. Running it through docker.
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