fix path
This commit is contained in:
parent
7b9ac7400c
commit
73df95d8ad
|
@ -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" ];
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
image = "cr.hotio.dev/hotio/prowlarr";
|
||||
volumes = [
|
||||
"/srv/containers/prowlarr:/config"
|
||||
"/srv/media:/media"
|
||||
"/srv/data:/data"
|
||||
];
|
||||
ports = [ "9696:9696" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue