Add note about installing docker-compose (#18276)

This commit is contained in:
Joakim Sørensen 2021-06-22 17:52:06 +02:00 committed by GitHub
parent f484c825a7
commit 61a2e96396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,12 @@ If you change the configuration you have to restart the server. To do that you h
### Docker Compose
<div class="note tip">
In order to use `docker-compose` you first need to [install `docker-compose`](https://docs.docker.com/compose/install/) on your system.
</div>
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' %}