From 5783a82ac64947906221f52cc3b0ecb983e7ef5f Mon Sep 17 00:00:00 2001 From: Walkx <71191962+walkxcode@users.noreply.github.com> Date: Wed, 8 Dec 2021 16:56:12 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Fix:=20Remove=20das?= =?UTF-8?q?hes=20in=20arch=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c03173d..2d566ad4 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ docker run -d \ ``` [![Dashy on Docker Hub](https://dockeri.co/image/lissy93/dashy)](https://hub.docker.com/r/lissy93/dashy) -See also examples [with Docker Compose](./docs/deployment.md#using-docker-compose). Dashy is also available via GHCR, and tags for other architectures (`arm32-7`, `arm64-v8`, etc) and set versions are supported +See also examples [with Docker Compose](./docs/deployment.md#using-docker-compose). Dashy is also available via GHCR, and tags for other architectures (`arm327`, `arm64v8`, etc) and set versions are supported > Once you've got Dashy running, see [App Management Docs](./docs/management.md), for info on using health checks, updating, backups, web-server configs, logs, performance, security and more. From 723a0c49045c93a9795c3572bd4ae1a07693181a Mon Sep 17 00:00:00 2001 From: Walkx <71191962+walkxcode@users.noreply.github.com> Date: Wed, 8 Dec 2021 17:20:15 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=E2=8C=A8=EF=B8=8FFix:=20Typo=20-=20Acciden?= =?UTF-8?q?tally=20removed=20the=20v?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d566ad4..75a145cc 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ docker run -d \ ``` [![Dashy on Docker Hub](https://dockeri.co/image/lissy93/dashy)](https://hub.docker.com/r/lissy93/dashy) -See also examples [with Docker Compose](./docs/deployment.md#using-docker-compose). Dashy is also available via GHCR, and tags for other architectures (`arm327`, `arm64v8`, etc) and set versions are supported +See also examples [with Docker Compose](./docs/deployment.md#using-docker-compose). Dashy is also available via GHCR, and tags for other architectures (`arm32v7`, `arm64v8`, etc) and set versions are supported > Once you've got Dashy running, see [App Management Docs](./docs/management.md), for info on using health checks, updating, backups, web-server configs, logs, performance, security and more.