Sign inSign up

silvesterhsu/blynk-server

By silvesterhsu

Updated over 7 years ago

Image
0

207

silvesterhsu/blynk-server repository overview

HOW TO

Configure

Just edit the Dockerfile and change ENV vars

Build
docker build -t blynk .
RUN
docker run -p 9443:9443 -p 8440:8440 -p 8080:8080 -v blynk-data:/data -v blynk-config:/config --name blynk-server -d silvesterhsu/blynk-server

Don't forget to change the port attribution if you change on the ENV vars in Dockerfile

Visit WebUI

Open website: https://<YOUR-IP>:9443/admin to modify account.

  [email protected]
  admin.pass=admin

UPDATE Blynk version

How to

Stop and remove your actual container

docker stop blynk-server && docker rm blynk-server
  • Edit your Blynk server version on the ENV var in Dockerfile
  • Build & Launch

Tag summary

Content type

Image

Digest

Size

76.2 MB

Last updated

over 7 years ago

docker pull silvesterhsu/blynk-server