This website requires JavaScript.
Explore
Help
Register
Sign In
THENG
/
a-cloud-all
Watch
6
Star
0
Fork
You've already forked a-cloud-all
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3c550c72ea
a-cloud-all
/
docker
/
thingsboard
/
restart.sh
3 lines
92 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
docker-compose down
&&
docker-compose pull thingsboard-ce
&&
docker-compose up -d
Reference in New Issue
View Git Blame
Copy Permalink