This commit is contained in:
2026-02-17 21:49:51 +03:00
parent 52624479ee
commit 1dd0808f8f
+1 -1
View File
@@ -38,7 +38,7 @@
image = "3xui_app:latest"; image = "3xui_app:latest";
imageFile = pkgs.dockerTools.buildImage { imageFile = pkgs.dockerTools.buildImage {
name = "3xui_app"; name = "3xui_app";
fromImage = /mnt/containers/3x-ui/3x-ui.tar.gz; fromImage = /etc/containers/3x-ui.tar.gz;
config = { config = {
Cmd = [ "/3xui_app/serve" ]; Cmd = [ "/3xui_app/serve" ];
WorkingDir = "/3xui_app"; WorkingDir = "/3xui_app";