@@ -7,7 +7,8 @@ Creating the different containers needed for the server.
`cd docker && docker-compose up -d`
Initialize the databases.
`./bin/init.sh`
To prevent errors later on we need to increase the virtual memory areas count as discussed in [this issue](https://github.com/docker-library/elasticsearch/issues/111).
To prevent errors later on we need to increase the virtual memory areas count as discussed in [this issue]