diff --git a/docs/source/advancedDevelopment/dockerDevel/frankflow.rst b/docs/source/advancedDevelopment/dockerDevel/frankflow.rst index c50e1915..c050712e 100644 --- a/docs/source/advancedDevelopment/dockerDevel/frankflow.rst +++ b/docs/source/advancedDevelopment/dockerDevel/frankflow.rst @@ -18,6 +18,10 @@ Please do the following to set this up: * 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 WeAreFrank!. The service uses the same volume declaration as the Frank!Framework service so that configurations are at the same directory on the local file system. + * It adds a service for the Frank!Flow. That service uses an image provided by WeAreFrank!. The service uses the same volume declaration as the Frank!Framework service so that configurations are at the same directory in the docker container. 2. When you restart your work with ``docker-compose up``, you can visit the Frank!Flow at http://localhost:8081 + +.. NOTE:: + + If you edit your configuration with the Frank!Flow, you do not need to reference ``FrankConfig.xsd`` in your configuration. You have syntax highlighting if you just use `` or ``; no need for `xsi:noNamespaceSchemaLocation="../FrankConfig.xsd"`. \ No newline at end of file