diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index eac089cfd0c..b559d09fd3d 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -62,6 +62,12 @@ If you change the configuration you have to restart the server. To do that you h ### Docker Compose +
+ + In order to use `docker-compose` you first need to [install `docker-compose`](https://docs.docker.com/compose/install/) on your system. + +
+ As the Docker command becomes more complex, switching to `docker-compose` can be preferable and support automatically restarting on failure or system restart. Create a `docker-compose.yml` file: {% if page.installation_type == 'raspberrypi' %}