From 74a6118c4a9d80eba5055d6a253672f8f8cb3b79 Mon Sep 17 00:00:00 2001 From: Martijn Dirkse Date: Mon, 9 Sep 2024 17:30:20 +0200 Subject: [PATCH] Update text to omit change of ff version --- docs/source/advancedDevelopment/dockerDevel/frankflow.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/advancedDevelopment/dockerDevel/frankflow.rst b/docs/source/advancedDevelopment/dockerDevel/frankflow.rst index ff85cf9e..d89958ed 100644 --- a/docs/source/advancedDevelopment/dockerDevel/frankflow.rst +++ b/docs/source/advancedDevelopment/dockerDevel/frankflow.rst @@ -19,7 +19,6 @@ Please do the following to set this up: This does the following: - * It selects the latest nightly build of the Frank!Framework. On July 7 2024 this does not work in an official release yet. * It sets property ``management.gateway.inbound.class`` so that the Frank!Framework is reachable by the Frank!Flow. The Frank!Flow can then ask the Frank!Framework for the location of the Frank configurations. * It creates an alias for the volume you use for your configurations. * It adds a service for the Frank!Flow. That service uses an image provided by the developers of the Frank!Framework. The service uses the same volume declaration as the Frank!Framework service so that configurations are at the same directory in the docker container.