From 9dacf995b7eb5f6158f63483054e56fbccc61f11 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Mon, 13 Dec 2021 20:08:01 +0000 Subject: [PATCH] docs : updating docs Signed-off-by: Naveen MR --- .../noco-docs/content/en/getting-started/upgrading.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/noco-docs/content/en/getting-started/upgrading.md b/packages/noco-docs/content/en/getting-started/upgrading.md index 63825681eb..338cf93246 100644 --- a/packages/noco-docs/content/en/getting-started/upgrading.md +++ b/packages/noco-docs/content/en/getting-started/upgrading.md @@ -67,13 +67,13 @@ docker push registry.heroku.com//web heroku container:release -a web ``` -> Note if you're using *Apple M1 chipset*: -> -> Make sure you change Docker's default architecture to `linux/amd64` by running the following command _before_ executing the aforementioned steps +#### On Apple M1 Chipset + +> Please make sure you change Docker's default architecture to `linux/amd64` by running the following command _before_ executing the aforementioned steps > > ```export DOCKER_DEFAULT_PLATFORM=linux/amd64``` > -> Source: https://medium.com/geekculture/from-apple-silicon-to-heroku-docker-registry-without-swearing-36a2f59b30a3 +> More details [here](https://medium.com/geekculture/from-apple-silicon-to-heroku-docker-registry-without-swearing-36a2f59b30a3). ### Using GitHub