3 lines
92 B
Bash
3 lines
92 B
Bash
|
|
#!/bin/sh
|
||
|
|
docker-compose down && docker-compose pull thingsboard-ce && docker-compose up -d
|