From c11e2d5849bf0b8cc7c5469acdcd4a2637389d53 Mon Sep 17 00:00:00 2001 From: adb Date: Thu, 24 Sep 2020 11:04:05 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94cc9d2..d3eb310 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The server is based on Nodejs and can be run on a Raspberry Pi. You can change the public ports `8080` (web UI) and `8081` (websocket) in `docker-compose.yml`. To run the server simply execute `docker-compose`. ``` -docker-compose -p surl up -d +docker-compose -p esp-smarthome_server up -d ``` It's recommended to use a reverse proxy like nginx.