From a842f8b3a1c412daed18eacfafc2d11b27ee8ca9 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 17 Feb 2026 21:03:29 +0300 Subject: [PATCH] 123 --- modules/vds/3x-ui.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/vds/3x-ui.nix b/modules/vds/3x-ui.nix index ae6bda9..3aaf248 100644 --- a/modules/vds/3x-ui.nix +++ b/modules/vds/3x-ui.nix @@ -35,7 +35,8 @@ # Containers virtualisation.oci-containers.containers."3xui_app" = { - image = "docker.io/metaligh/3x-ui:latest"; + image = "/mnt/containers/3x-ui.image"; + # image = "docker.io/metaligh/3x-ui:latest"; # image = "localhost:7443/compose2nix/3xui_app"; environment = { "XRAY_VMESS_AEAD_FORCED" = "false";