fixed port for filerun

This commit is contained in:
Chris Toph 2025-05-08 20:24:30 -04:00
parent 5cfde2d467
commit 52aa56f377
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"drive.ryot.foo" = {
useACMEHost = "ryot.foo";
extraConfig = ''
reverse_proxy http://localhost:8282 {
reverse_proxy http://localhost:8181 {
header_up Host {host}
# header_up X-Forwarded-For {remote}
# header_up X-Forwarded-Proto {scheme}

View file

@ -59,7 +59,7 @@ in
"/pool/filerun/user-files:/user-files:rw"
];
ports = [
"8282:80/tcp"
"8181:80/tcp"
];
dependsOn = [
"filerun-db"

Binary file not shown.