Update to use port 4000

This commit is contained in:
Jay T
2026-08-18 00:53:19 +00:00
parent 744bbd3c1e
commit 28ba1cbc2f
+2 -2
View File
@@ -4,6 +4,6 @@
}
ilboo.com {
# Forward requests to port 5003 running directly on the host system
reverse_proxy host.docker.internal:5003
# Forward requests to port 4000 running directly on the host system
reverse_proxy host.docker.internal:4000
}