*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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
...