OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
BSD 2-Clause "Simplified" License
177 stars 132 forks source link

Fix Ports and add volume bindings for Docker #359

Closed mitsakosgr closed 4 months ago

mitsakosgr commented 4 months ago

Since the default listening port for the REST processor has been changed to 8080, so should the ports bindings of docker commands. I kept the host port to 8443 to prevent conflicts with the UI port also being in 8080.

I also added a note for the server field to prevent questions about not responding from remote.

Finally I added volume bindings for data and config folder, for easier configuration of docker images.