mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 05:37:59 +01:00
Readme: Add default URL and credentials, add troubleshooting section, add notes about Docker on Windows
This commit is contained in:
parent
a352a0cc0a
commit
901e930a8e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue