Versions Compared

Key

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

...

We have different yml files because production and test environments use different SSL certificates. We use the -d option here to run your container in detached mode so that your service from doesn't block the console. However, once a container is run in detached mode, all of its runtime errors will not be reported to the console. Thus, as the last step of the deployment, you need to manually check that no runtime errors occurred during the launching of your service by looking at its log using

...