add sub host for h003 server to homarr for access in dashboard

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-07 14:08:57 -05:00
parent afc0efd0bd
commit 49abfd4a93

View file

@ -21,6 +21,9 @@ in
environment = {
SECRET_ENCRYPTION_KEY = "0b7e80116a742d16a8f07452a2d9b206b1997d32a6dd2c29cfe4df676e281295";
};
extraOptions = [
"--add-host=h003:100.64.0.14"
];
};
};