consul启动脚本

2020-12-30  本文已影响0人  knock
#! /bin/bash
nohup  ./consul agent -server -ui -bootstrap-expect=1 -data-dir=/root/consul/data  -node=agent-one -advertise=193.168.1.185    -bind=0.0.0.0 -client=0.0.0.0  > /root/consul/consul.log  2>&1 &
上一篇 下一篇

猜你喜欢

热点阅读