mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
deeed5f5ba
commit
97f284d3fe
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in {
|
||||||
|
|
||||||
virtualisation.oci-containers.containers.homepage = {
|
virtualisation.oci-containers.containers.homepage = {
|
||||||
ports = [ builtins.toString cfg.listenPort + ":3000/tcp" ];
|
ports = [ builtins.toString cfg.listenPort + ":3000/tcp" ];
|
||||||
volumes = lib.mkIf cfg.imagesDir [ builtins.toString cfg.imagesDir + "/app/public/images:rw" ];
|
volumes = lib.mkIf cfg.imagesDir [ builtins.toString cfg.imagesDir + ":/app/public/images:rw" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue