diff --git a/Template/template.json b/Template/template.json index 0c9c6a2..e597be3 100644 --- a/Template/template.json +++ b/Template/template.json @@ -28,6 +28,7 @@ "title": "Homer", "name": "Homer", "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", + "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer" "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", "image": "b4bz/homer:latest", "categories": [ @@ -46,7 +47,7 @@ }, { "container": "/www/config.yml", - "bind": "/portainer/Files/AppData/Config/Homer/config.yaml" + "bind": "/portainer/Files/AppData/Config/Homer" } ] },