From 901e930a8eaa1102fdad0497515ed03f9d880f3e Mon Sep 17 00:00:00 2001 From: Joey Date: Fri, 27 Dec 2019 21:40:47 -0600 Subject: [PATCH] Readme: Add default URL and credentials, add troubleshooting section, add notes about Docker on Windows --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a1865292..3e10dded 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ podman-compose build podman-compose up ``` +Once the application has started, navigate to http://localhost:8080 and login with admin@example.com / trixieisbestpony + +## Troubleshooting + +If you are running Docker on Windows and the application crashes immediately upon startup, please ensure that `autocrlf` is set to `false` in your Git config, and then re-clone the repository. Additionally, it is recommended that you allocate at least 4GB of RAM to your Docker VM. + If you run into an Elasticsearch bootstrap error, you may need to increase your `max_map_count` on the host as follows: ``` sudo sysctl -w vm.max_map_count=262144