better command
这个提交包含在:
父节点
5d1867a93d
当前提交
b935880199
@ -3,7 +3,7 @@ services:
|
|||||||
eventstore:
|
eventstore:
|
||||||
image: eventstore/eventstore
|
image: eventstore/eventstore
|
||||||
entrypoint: /bin/bash
|
entrypoint: /bin/bash
|
||||||
command: ['-c', 'grep -q -F "IntIpAdvertiseAs: $$(hostname --ip-address)" /etc/eventstore/eventstore.conf || echo "IntIpAdvertiseAs: $$(hostname --ip-address)" >> /etc/eventstore/eventstore.conf && grep -q -F "ExtIpAdvertiseAs: $$(hostname --ip-address)" /etc/eventstore/eventstore.conf || echo "ExtIpAdvertiseAs: $$(hostname --ip-address)" >> /etc/eventstore/eventstore.conf && /entrypoint.sh']
|
command: ['-c', 'grep -q -F "IntIpAdvertiseAs: $$(hostname -i)" /etc/eventstore/eventstore.conf || echo "IntIpAdvertiseAs: $$(hostname -i)" >> /etc/eventstore/eventstore.conf && grep -q -F "ExtIpAdvertiseAs: $$(hostname -i)" /etc/eventstore/eventstore.conf || echo "ExtIpAdvertiseAs: $$(hostname -i)" >> /etc/eventstore/eventstore.conf && /entrypoint.sh']
|
||||||
environment:
|
environment:
|
||||||
- EVENTSTORE_CLUSTER_SIZE=3
|
- EVENTSTORE_CLUSTER_SIZE=3
|
||||||
- EVENTSTORE_CLUSTER_DNS=eventstore
|
- EVENTSTORE_CLUSTER_DNS=eventstore
|
||||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户