blob: b1ab9a57c62aa75db34e180e5414a44ef1a26031 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{
virtualisation.oci-containers.containers.mayu = {
image = "fuwn/mayu";
autoStart = true;
ports = [ "127.0.0.1:8098:3000" ];
volumes = [ "/mnt/docker/mayu:/mayu/data" ];
extraOptions = [ "--restart=on-failure" ];
};
}
|