From 34d86fc387b73ac6dd6522b24fe9a4749cf87b16 Mon Sep 17 00:00:00 2001 From: MaximilianKohler Date: Tue, 29 Aug 2023 22:21:20 -0700 Subject: [PATCH] Update installation.md (#1494) Add note about docker version --- docs/docs/content/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/content/installation.md b/docs/docs/content/installation.md index dc4bff9d..a5d849fd 100644 --- a/docs/docs/content/installation.md +++ b/docs/docs/content/installation.md @@ -15,6 +15,9 @@ See the "[Tutorials](#tutorials)" section at the bottom for detailed guides. The latest image is available on DockerHub at `listmonk/listmonk:latest` +!!! note + Listmonk's docs and scripts use `docker compose`, which is compatible with the latest version of docker. If you installed docker and docker-compose from your Linux distribution, you probably have an older version and will need to use the `docker-compose` command instead, or you'll need to update docker manually. [More info](https://gist.github.com/MaximilianKohler/e5158fcfe6de80a9069926a67afcae11#docker-update). + Use the sample [docker-compose.yml](https://github.com/knadh/listmonk/blob/master/docker-compose.yml) to run listmonk and Postgres DB with `docker compose` as follows: ### Demo