diff --git a/util/Setup/Templates/DockerCompose.hbs b/util/Setup/Templates/DockerCompose.hbs index 4e3b938df..4b969a0a1 100644 --- a/util/Setup/Templates/DockerCompose.hbs +++ b/util/Setup/Templates/DockerCompose.hbs @@ -8,7 +8,9 @@ # WARNING: This file is generated. Do not make changes to this file. # # They will be overwritten on update. If you want to make additions to # # this file, you can create a `docker-compose.override.yml` file in the # -# same directory and it will be merged into this file at runtime. # +# same directory and it will be merged into this file at runtime. You # +# can also manage various settings used in this file from the # +# ./bwdata/config.yml file for your installation. # ######################################################################### version: '{{{ComposeVersion}}}' diff --git a/util/Setup/Templates/NginxConfig.hbs b/util/Setup/Templates/NginxConfig.hbs index c756fd914..91fa314e9 100644 --- a/util/Setup/Templates/NginxConfig.hbs +++ b/util/Setup/Templates/NginxConfig.hbs @@ -1,7 +1,9 @@ -###################################################################### -# WARNING: This file is generated. Do not make changes to this file. # -# They will be overwritten on update. # -###################################################################### +####################################################################### +# WARNING: This file is generated. Do not make changes to this file. # +# They will be overwritten on update. You can manage various settings # +# used in this file from the ./bwdata/config.yml file for your # +# installation. # +####################################################################### server { listen 8080 default_server;