Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The file called .env is used for quick and clear access to a list of configuration parameters such as host names and network ports. The contained values will be utilized in docker-compose.yml on start-up. This file is optional – the contained configuration parameters can alternatively be directly entered within the section environment within docker-compose.yml.

Create installation directory

We recommend using directory /opt/madam for installation of the application binaries. Create that directory with

Code Block
languagebash
mkdir /opt/madam

and copy all binaries and configuration fies to this location.

Configure mandatory settings

...