Just edit the Dockerfile and change ENV vars
docker build -t blynk .
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
Open website: https://<YOUR-IP>:9443/admin to modify account.
[email protected]
admin.pass=admin
Stop and remove your actual container
docker stop blynk-server && docker rm blynk-server
Content type
Image
Digest
Size
76.2 MB
Last updated
over 7 years ago
docker pull silvesterhsu/blynk-server