Update searxng/docker-compose.yml

This commit is contained in:
Michael Andrew Maurakis 2024-09-04 10:05:39 -05:00
parent c2673d4f0c
commit 57bb0fae0b

View file

@ -2,7 +2,7 @@ services:
tailscale-searxng: tailscale-searxng:
image: tailscale/tailscale:latest image: tailscale/tailscale:latest
hostname: tail # Assign a name this so that you can set your domain name ex. https://tail.penguin-dory.ts.net hostname: tail # Assign a name this so that you can set your domain name ex. https://tail.penguin-dory.ts.net
#ports: # Uncomment the next two lines to expose the container to your lan. #ports: # Uncomment the next two lines to expose the container to your local area network.
# - 8024:8080 # - 8024:8080
environment: environment:
- TS_AUTHKEY= # BE SURE TO ADD YOUR KEY AS NOTHING WILL WORK - TS_AUTHKEY= # BE SURE TO ADD YOUR KEY AS NOTHING WILL WORK