Readme: Add default URL and credentials, add troubleshooting section, add notes about Docker on Windows

This commit is contained in:
Joey 2019-12-27 21:40:47 -06:00
parent a352a0cc0a
commit 901e930a8e

View file

@ -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