From 37baca51aa0988e7f810759e6c93ce122167730e Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 18 Feb 2026 09:08:02 +0300 Subject: [PATCH] 123 --- modules/vds/3x-ui.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/vds/3x-ui.nix b/modules/vds/3x-ui.nix index dabfac6..f3197db 100644 --- a/modules/vds/3x-ui.nix +++ b/modules/vds/3x-ui.nix @@ -35,8 +35,8 @@ # Containers virtualisation.oci-containers.containers."3xui_app" = { - # image = "docker.io/metaligh/3x-ui:latest"; - image = "compose2nix/3xui_app:latest"; + image = "ghcr.io/MHSanaei/3x-ui:latest"; + # image = "compose2nix/3xui_app:latest"; # image = "localhost:7443/compose2nix/3xui_app"; environment = { "XRAY_VMESS_AEAD_FORCED" = "false"; @@ -74,7 +74,7 @@ TimeoutSec = 300; }; script = '' - cd /mnt/containers/3x-ui/image + cd /mnt/containers/3x-ui podman build -t compose2nix/3xui_app -f ./Dockerfile . ''; };