From 94c400c5f271e94e9db629e29d0d850f91d43be9 Mon Sep 17 00:00:00 2001 From: Christopher Schnick Date: Fri, 3 Jan 2025 10:33:22 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d833798..62451b1 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ Examples are Authelia, Authentik, KeyCloak, and others. This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxserver/docker-baseimage-kasmvnc) which means there are additional environment variables and run configurations to enable or disable specific functionality. -#### Optional environment variables - | Variable | Description | | :----: | --- | | CUSTOM_USER | HTTP Basic auth username, abc is default. | @@ -37,6 +35,8 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse To help you get started creating a container from this image you can either use docker-compose or the docker cli. +The webtop image is available for both `linux/amd64` and `linux/arm64` platforms. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml