Release 1.1.0
- Improved
docker-compose.yml
config- Added an example for a second ASA server instance
- Added a new way to configure start parameters. The file
start-parameters
will no longer be regarded. Now the only way to configure server start parameters, is by adding them to thedocker-compose.yml
file as an environment variable for the container. See this example. - Enhancements to README
- Added "Table of Contents"
- Improved installation steps for Ubuntu 22.04.x, 23.x, and Debian 12
- Added an explanation how to configure start parameters through
docker-compose.yml
- Added section for addressing "Connection Timeout" issues and ways how to potentially fix those
- Added tips for servers with multiple IPv4 addresses
- Added a section that explains how to setup multiple ASA server instances
- Some more smaller adjustments (e.g. typo fixes, rewording)
Server admins upgrading to this release, need to move their start parameters to the docker-compose.yml
file, as this is a breaking change for existing setups. You can stay on the previous release without any issues.