Hello Christopher,

using version 3 of Apache Syncope you can mount a volume containing your MasterContent.xml file in the Syncope core image in the docker-compose.yml in this way:

   volumes:
           - "/opt/syncope/conf/domains:/opt/syncope/conf/domains"

With this configuration you have to add your MasterConter.xml under /opt/syncope/conf/domains directory.

here some example of docker-compose [1].


[1] https://syncope.apache.org/docs/3.0/getting-started.html#docker-compose-samples


Best regards,

Samuel Garofalo

Il 14/10/22 15:20, Christopher Brown ha scritto:
Hi,

Is there a way to restore configuration when deploying via Docker using the mastercontent.xml file? I don't see the directories noted in the documentation. [1] Thanks!


[1] - https://syncope.apache.org/docs/reference-guide.html#import

Reply via email to