Versions Compared

Key

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

...

Finally, start all containers by loading the newly provided images as in file install-madam.sh (docker load -i images/xyz-backend-2.5.4.9.tar.gz) and then using the following command the following commands (where xyz must be replaced by the individual prefix of your images) followed by a docker-compose up:

Code Block
languagebash
docker load -i images/xyz-backend-2023.3.2.tar.gz
docker load -i images/xyz-webservice-2023.3.2.tar.gz
docker load -i images/xyz-autoimporter-2023.3.2.tar.gz
docker load -i images/xyz-frontend-2023.3.2.tar.gz
docker-compose up –-force-recreate -d

...