From 1b3e023e3d18ab577d2677237f85940c2a3bac5a Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 11 Dec 2024 20:29:27 -0600 Subject: [PATCH] Update searxng/docker-compose.yml --- searxng/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/searxng/docker-compose.yml b/searxng/docker-compose.yml index bcdeec0..78065cd 100644 --- a/searxng/docker-compose.yml +++ b/searxng/docker-compose.yml @@ -8,10 +8,10 @@ services: - TS_AUTHKEY= # BE SURE TO ADD YOUR KEY AS NOTHING WILL WORK #- TS_EXTRA_ARGS=--advertise-tags=tag:container # Uncomment this if you want to add a tag to your node. Useful for access control lists. #- TS_FUNNEL_CONFIG=/config/funnel.json # Uncomment this and comment the next line if you want to host your app publicly. - - TS_SERVE_CONFIG=/config/serve.json # Comment this line if you uncomment the one above. + #- TS_SERVE_CONFIG=/config/serve.json # Comment this line if you uncomment the one above. - TS_STATE_DIR=/var/lib/tailscale - - TS_USERSPACE=false - - TS_ACCEPT_DNS=true + - TS_USERSPACE=true + - TS_ACCEPT_DNS=false volumes: - ${PWD}/tailserve-config:/config - ${PWD}/tailscale/state:/var/lib/tailscale