From 7fc31740f5acc2891019843f04327d64267125da Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Wed, 30 Nov 2022 02:53:06 +0100 Subject: [PATCH] meta: Update link to container registry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70923a74..f2c5563d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ There are 2 types of installation: ### 1. Docker Compose -[![](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/meltyshev/planka) +[![](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://github.com/plankanban/planka/pkgs/container/planka) - Make sure you have [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/) installed and operational. - Create `docker-compose.yml` based on [the example](https://raw.githubusercontent.com/plankanban/planka/master/docker-compose.yml). This is the ONLY file you will need. You can create this file on your own machine by copy and pasting the content.