diff --git a/caddy/config/.template_info.env b/caddy/config/.template_info.env index 6edcbf8..7c7c901 100644 --- a/caddy/config/.template_info.env +++ b/caddy/config/.template_info.env @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + # Template to use - always required! TEMPLATE=caddy REQUIRES_HOST_ROOT=false diff --git a/simple-object-storage/config/.template_info.env b/simple-object-storage/config/.template_info.env index 329e5a1..98072dc 100644 --- a/simple-object-storage/config/.template_info.env +++ b/simple-object-storage/config/.template_info.env @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + # Template to use - always required! TEMPLATE=simple-object-storage REQUIRES_HOST_ROOT=false diff --git a/squashkiwi/config/.template_info.env b/squashkiwi/config/.template_info.env index 2f0303c..f7c0c02 100644 --- a/squashkiwi/config/.template_info.env +++ b/squashkiwi/config/.template_info.env @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + + # Template to use - always required! TEMPLATE=squashkiwi REQUIRES_HOST_ROOT=false diff --git a/static-website/config/.template_info.env b/static-website/config/.template_info.env index 208ac1b..d23e8ad 100644 --- a/static-website/config/.template_info.env +++ b/static-website/config/.template_info.env @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + + # Template to use - always required! TEMPLATE=static-website REQUIRES_HOST_ROOT=false diff --git a/watchtower/config/.template_info.env b/watchtower/config/.template_info.env index 1e9fb4f..bdcc33e 100644 --- a/watchtower/config/.template_info.env +++ b/watchtower/config/.template_info.env @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + + # Template to use - always required! TEMPLATE=watchtower REQUIRES_HOST_ROOT=false