And that part too
This commit is contained in:
parent
3f386b8450
commit
406ef2fd37
|
@ -11,6 +11,9 @@ in {
|
|||
virtualisation.oci-containers.containers."cinny" = {
|
||||
autoStart = true;
|
||||
ports = ["${toString port}:80"];
|
||||
volumes = [
|
||||
"./config.json:/app/config.json"
|
||||
];
|
||||
image = "ajbura/cinny:latest";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue