diff options
Diffstat (limited to 'hosts/vps/hydrus.nix')
-rw-r--r-- | hosts/vps/hydrus.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vps/hydrus.nix b/hosts/vps/hydrus.nix index efd5383..c967fbc 100644 --- a/hosts/vps/hydrus.nix +++ b/hosts/vps/hydrus.nix @@ -43,7 +43,7 @@ security.lockKernelModules = lib.mkForce false; virtualisation.oci-containers.containers.hydrus-web = { - ports = ["8080:80"]; + ports = ["100.67.217.90:8080:80"]; image = "ghcr.io/floogulinc/hydrus-web:dev"; }; |