Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 454 Bytes

WebSocket: simple chat through Nginx reverse proxy with Docker-Compose

Deploy project

git clone https://github.com/marcvspt/wschat
cd wschat/

Nginx config files

We need modify the .conf files and the .js file in frontend, put your own domain:

Later run the compose.

docker-compose up -d