Server/traefik: set http entrypoint address to the tailscale IP
This commit is contained in:
parent
3e4b9056f4
commit
78d3ac4d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
enable = true;
|
||||
staticConfigOptions = {
|
||||
entryPoints = {
|
||||
http = { address = ":80"; };
|
||||
http = { address = "100.73.96.48:80"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue