Server/traefik: set http entrypoint address to the tailscale IP

This commit is contained in:
Toast 2023-12-09 18:39:45 +01:00
parent 3e4b9056f4
commit 78d3ac4d4e

View file

@ -15,7 +15,7 @@
enable = true; enable = true;
staticConfigOptions = { staticConfigOptions = {
entryPoints = { entryPoints = {
http = { address = ":80"; }; http = { address = "100.73.96.48:80"; };
}; };
}; };
}; };