Update searxng/docker-compose.yml
This commit is contained in:
parent
c2673d4f0c
commit
57bb0fae0b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ services:
|
|||
tailscale-searxng:
|
||||
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
|
||||
#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
|
||||
environment:
|
||||
- TS_AUTHKEY= # BE SURE TO ADD YOUR KEY AS NOTHING WILL WORK
|
||||
|
|
Loading…
Reference in a new issue