diff --git a/README.md b/README.md index 1799d61..b6a46f2 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ docker-compose up -d taiga ``` Now you can access Taiga with your favorite Web Browser. +Default user **admin** with password **123123** will be created on the first +run. **Please do not forget to change the password.** I recommend to run nginx reverse proxy in front of this container, so that you could use TLS. diff --git a/launch b/launch index f14ffc2..8d800ff 100755 --- a/launch +++ b/launch @@ -57,13 +57,9 @@ deactivate' touch /tmp/taiga.firstrun -# (Optional) Create a new user admin with password 123123 and -# fill Taiga with the Sample data +# (Optional) Fill Taiga with the Sample data # su -s /bin/sh $USER -c '. $DATA/venvtaiga/bin/activate # cd $DATA/taiga-back -# python manage.py loaddata initial_user -# python manage.py loaddata initial_project_templates -# python manage.py loaddata initial_role # python manage.py sample_data # deactivate'