Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Aug 9, 2024
1 parent 98550db commit c5b10a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ touch storage/pchess.log
Make sure to have installed the `fullchain.pem` and `privkey.pem` files in the `ssl` folder, and run the Docker container in detached mode in the background:

```txt
docker compose -f docker-compose.wss.yml up -d
docker compose -f docker-compose.workerman.yml up -d
```

Finally, if you are running the chess server in a local development environment along with the [website](https://github.com/chesslablab/website), you may want to add a domain name entry to your `/etc/hosts` file as per the `WEBSOCKET` variable defined in the [assets/env.example.js](https://github.com/chesslablab/website/blob/main/assets/env.example.js) file.
Expand Down

0 comments on commit c5b10a3

Please sign in to comment.