From 61a2e963964b2d45c7d39e4b44a2f81eacce0bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 22 Jun 2021 17:52:06 +0200 Subject: [PATCH] Add note about installing docker-compose (#18276) --- source/_includes/installation/container.md | 6 ++++++ 1 file changed, 6 insertions(+) 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' %}