From 052a961fd948de83d68ffdeb698976a458ab3c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sat, 26 Aug 2023 21:13:20 +0100 Subject: [PATCH] fix docs #327, --- docs/getting-started/README.md | 2 +- docs/getting-started/examples.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 3299447..2f705f2 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -50,7 +50,7 @@ All images are also available on [GitHub Container Registry](https://github.com/ - `ghcr.io/m1k1o/neko/xfce:latest` - `ghcr.io/m1k1o/neko/kde:latest` -For ARM-based images (like Raspberry Pi - with GPU hardware acceleration, Oracle Cloud ARM tier). Currently, not all images are available for ARM, because not all applications are available for ARM. +For ARM-based images (like Raspberry Pi - with GPU hardware acceleration, Oracle Cloud ARM tier). Currently, not all images are available for ARM, because not all applications are available for ARM. Please note, that `m1k1o/neko:arm-*` images from dockerhub are currently not maintained and they can contain outdated software. Please use images below: - `ghcr.io/m1k1o/neko/arm-firefox:latest` - `ghcr.io/m1k1o/neko/arm-chromium:latest` diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md index d965f78..f15ee60 100644 --- a/docs/getting-started/examples.md +++ b/docs/getting-started/examples.md @@ -72,7 +72,8 @@ services: version: "3.4" services: neko: - image: "m1k1o/neko:arm-chromium" + # see docs for more variants + image: "ghcr.io/m1k1o/neko/arm-chromium:latest" restart: "unless-stopped" # increase on rpi's with more then 1gb ram. shm_size: "520mb"