fix path
This commit is contained in:
parent
7b9ac7400c
commit
73df95d8ad
|
@ -7,7 +7,7 @@
|
||||||
image = "ghcr.io/benphelps/homepage:latest";
|
image = "ghcr.io/benphelps/homepage:latest";
|
||||||
volumes = [
|
volumes = [
|
||||||
"/srv/containers/homepage:/app/config"
|
"/srv/containers/homepage:/app/config"
|
||||||
"/srv/media:/srv/media:ro"
|
"/srv/data:/srv/data:ro"
|
||||||
];
|
];
|
||||||
ports = [ "3000:3000" ];
|
ports = [ "3000:3000" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
image = "cr.hotio.dev/hotio/prowlarr";
|
image = "cr.hotio.dev/hotio/prowlarr";
|
||||||
volumes = [
|
volumes = [
|
||||||
"/srv/containers/prowlarr:/config"
|
"/srv/containers/prowlarr:/config"
|
||||||
"/srv/media:/media"
|
"/srv/data:/data"
|
||||||
];
|
];
|
||||||
ports = [ "9696:9696" ];
|
ports = [ "9696:9696" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue