mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-03-13 16:03:25 +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 = {
|
||||
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
Reference in a new issue