From 660f45a96fb443647a49ee785d1bfbe2fd05c9a4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 18 May 2024 13:12:24 +0200 Subject: [PATCH] docs: Password --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cf99a56..45b0c3c 100644 --- a/readme.md +++ b/readme.md @@ -255,7 +255,17 @@ kubectl apply -f kubernetes.yml RAM_SIZE: "8G" CPU_CORES: "4" ``` - + +* ### How do I change the default username or password? + + By default, a user called `Docker` is created during installation with an empty password. You can change these credentials in your compose file: + + ```yaml + environment: + USERNAME: "john" + PASSWORD: "secret" + ``` + * ### How do I connect using RDP? The web-viewer is mainly meant to be used during installation, as its picture quality is low, and it has no audio or clipboard for example.