Versions Compared

Key

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

...

  1. Replace the docker-compose file with this file
  2. Download ecm-frontend.tar , ecm-services.tar and run following two commands
Code Block
linenumberstrue
$ docker load < ecm-frontend.tar
$ docker load < ecm-services.tar
$ docker-compose up -d

...