diff --git a/cluster_with_federation/start.sh b/cluster_with_federation/start.sh index 0190fd0..4122023 100755 --- a/cluster_with_federation/start.sh +++ b/cluster_with_federation/start.sh @@ -49,6 +49,7 @@ fi mkdir _data cp -r xmpp _data/ cp -r plugins _data/ +cp -r plugins_for_otherdomain _data/ "${COMPOSE_FILE_COMMAND[@]}" up -d || popd popd \ No newline at end of file