Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .templates/blynk_server/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ blynk_server:
ports:
- "8180:8080"
- "8440:8440"
- "9443:9443"
- "9444:9443"
volumes:
- ./volumes/blynk_server/data:/data
- ./volumes/blynk_server/config:/config
Expand Down
4 changes: 2 additions & 2 deletions docs/Containers/Blynk_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ See the [References](#references) for documentation links.
To connect to the administrative interface, navigate to:

```
https://<your pis IP>:9443/admin
https://<your pis IP>:9444/admin
```

You may encounter browser security warnings which you will have to acknowledge in order to be able to connect to the page. The default credentials are:
Expand Down Expand Up @@ -280,7 +280,7 @@ Enter Node-Red.....
3. Configure the Blynk node for the first time:

```
URL: wss://youripaddress:9443/websockets
URL: wss://youripaddress:9444/websockets
```

There is more information [here](https://github.com/gablau/node-red-contrib-blynk-ws/blob/master/README.md#how-to-use).
Expand Down