Browse Source

added more info to warning

pull/358/head
Kyle Spearrin 7 years ago
parent
commit
5d9804bded
  1. 4
      util/Setup/Templates/DockerCompose.hbs
  2. 10
      util/Setup/Templates/NginxConfig.hbs

4
util/Setup/Templates/DockerCompose.hbs

@ -8,7 +8,9 @@ @@ -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}}}'

10
util/Setup/Templates/NginxConfig.hbs

@ -1,7 +1,9 @@ @@ -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;

Loading…
Cancel
Save