docs: Password

This commit is contained in:
Kroese 2024-05-18 13:12:24 +02:00 committed by GitHub
parent cfc11651a2
commit 660f45a96f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.