update marzban
This commit is contained in:
parent
51524eed46
commit
0c8aad7dc1
@ -29,7 +29,7 @@ in {
|
|||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
marzban = {
|
marzban = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/gozargah/marzban:v0.4.6";
|
image = "ghcr.io/gozargah/marzban:v0.4.9";
|
||||||
environmentFiles = [ marzban-env ];
|
environmentFiles = [ marzban-env ];
|
||||||
extraOptions = [ "--network=host" ];
|
extraOptions = [ "--network=host" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
@ -44,7 +44,6 @@ in {
|
|||||||
"${cert-key}:/etc/ssl/certs/cert.key:ro"
|
"${cert-key}:/etc/ssl/certs/cert.key:ro"
|
||||||
"${cert-pem}:/etc/ssl/certs/cert.pem:ro"
|
"${cert-pem}:/etc/ssl/certs/cert.pem:ro"
|
||||||
"${nginx-conf}:/etc/nginx/nginx.conf:ro"
|
"${nginx-conf}:/etc/nginx/nginx.conf:ro"
|
||||||
"/var/lib/acme:/var/lib/acme"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user