diff --git a/README.md b/README.md index eb484e5..d33c5e2 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,16 @@ To run the server run. ``` ./bin/server ./server.conf ``` + +# Error Handling. +By default the server will try to load error file from the ```www_path/error``` path + + +# Docker + +To run docker container just run. + +``` +$ docker-compose up +``` +This will automatically build and run the server in a container.