Browse Source

Merge pull request #2669 from Videl/patch-1

Update README.md about dockers images, adds details about seeding
Dominik Sander 5 years ago
parent
commit
0d335ca03e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      docker/multi-process/README.md
  2. 1 0
      docker/single-process/README.md

+ 1 - 0
docker/multi-process/README.md

@@ -41,6 +41,7 @@ It will also seed the database (rake db:seed) unless this is defined:
     DO_NOT_SEED
 
 This same seeding initially defines the "admin" user with a default password of "password" as per the standard Huginn documentation.
+You can customize the admin account name with the environment variable ``SEED_USERNAME`` and ``SEED_PASSWORD``.
 
 If you do not wish to have the default 6 agents, you will want to set the above environment variable after your initially deploy, otherwise they will be added automatically the next time a container pointing at the database is spun up.
 

+ 1 - 0
docker/single-process/README.md

@@ -35,6 +35,7 @@ It will also seed the database (rake db:seed) unless this is defined:
     DO_NOT_SEED
 
 This same seeding initially defines the "admin" user with a default password of "password" as per the standard Huginn documentation.
+You can customize the admin account name with the environment variable ``SEED_USERNAME`` and ``SEED_PASSWORD``.
 
 If you do not wish to have the default 6 agents, you will want to set the above environment variable after your initially deploy, otherwise they will be added automatically the next time a container pointing at the database is spun up.