github sinamics/ztnet v0.2.5

latest releases: v0.7.2, v0.7.1, v0.7.0...
19 months ago

Commits

  • NEW: Added Spanish, Norwegian, English, Chinese language translations.
  • Improvement: User-settings layout

📝 Repository Renaming Notice

The repo name has recently been changed from next_ztnet to ztnet. If you have previously installed next_ztnet, please follow these steps to update your image.

First, bring down the running Docker containers:

docker-compose down

Next, update your docker-compose.yml file:

---
ztnet:
  image: sinamics/ztnet:latest
---

Finally, pull the updated image and bring up the Docker containers:

docker-compose pull
docker-compose up -d

Don't miss a new ztnet release

NewReleases is sending notifications on new releases.