a-cloud-all/docker/thingsboard/restart.sh

3 lines
92 B
Bash
Raw Permalink Normal View History

2026-01-19 13:19:35 +08:00
#!/bin/sh
docker-compose down && docker-compose pull thingsboard-ce && docker-compose up -d