This commit is contained in:
♥ Minnie ♥ 2023-05-24 23:01:22 +08:00
parent 7b9ac7400c
commit 73df95d8ad
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
image = "ghcr.io/benphelps/homepage:latest";
volumes = [
"/srv/containers/homepage:/app/config"
"/srv/media:/srv/media:ro"
"/srv/data:/srv/data:ro"
];
ports = [ "3000:3000" ];
};

View file

@ -7,7 +7,7 @@
image = "cr.hotio.dev/hotio/prowlarr";
volumes = [
"/srv/containers/prowlarr:/config"
"/srv/media:/media"
"/srv/data:/data"
];
ports = [ "9696:9696" ];
};