Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
0x30c4 committed Jun 1, 2022
1 parent 2265fcc commit 93222e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 93222e8

Please sign in to comment.