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