mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user