From fab81f731db107f6eff7fac833eb8dae5e92ffff Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Sun, 31 Jan 2021 18:36:35 +0100 Subject: [PATCH] Bump minimum versions in requirements --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66fde8c..196e588 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,9 @@ sudo rm -rf /opt/traefik /tmp/migration ## Dependencies -- [Docker](https://github.com/docker/docker) >= 1.13.0 - + Install guidelines for Ubuntu 16.04: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 -- [Docker Compose](https://github.com/docker/compose) >=v1.10.0 - + Install guidelines for Ubuntu 16.04: https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04 -- [local-persist Docker plugin](https://github.com/CWSpear/local-persist): installed directly on host (not in container). This is a volume plugin that extends the default local driver’s functionality by allowing you specify a mountpoint anywhere on the host, which enables the files to always persist, even if the volume is removed via `docker volume rm`. Use *systemd* install for Ubuntu 16.04. +- [Docker](https://github.com/docker/docker) >= 20.10 +- [Docker Compose](https://github.com/docker/compose) >= 1.28.0 +- [local-persist Docker plugin](https://github.com/MatchbookLab/local-persist): installed directly on host (not in container). This is a volume plugin that extends the default local driver’s functionality by allowing you specify a mountpoint anywhere on the host, which enables the files to always persist, even if the volume is removed via `docker volume rm`. Use *systemd* install for Ubuntu 16.04. ## Configuration