4 lines
183 B
Bash
4 lines
183 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run -itd --name=lae_cost_queue --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=host-cost
|