We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8014 commit 9d6c10dCopy full SHA for 9d6c10d
test/run-functional-tests
@@ -232,7 +232,7 @@ deploy_ha_node() {
232
make_cmd="cd $PROJECT_INSIDE;./autogen.sh && ./configure --prefix /usr && make install && make install-crmconfDATA prefix= && cp /usr/bin/crm /usr/sbin"
233
234
info "Deploying \"$node_name\"..."
235
- docker run --restart always $docker_options $DOCKER_IMAGE &> /dev/null
+ docker run --restart no $docker_options $DOCKER_IMAGE &> /dev/null
236
for network in ${HA_NETWORK_ARRAY[@]};do
237
docker network connect $network $node_name
238
done
0 commit comments