Skip to content

Commit 23dffbf

Browse files
committed
update readme
1 parent 0056a0d commit 23dffbf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,18 @@ docker run -d --restart always -e password='YOUR_VNC_PASSWORD' -p 5901:5901 labe
3434
```
3535

3636
### Parameters
37-
- `-e password='YOUR_VNC_PASSWORD'` - password for VNC connections.
38-
- `-e resolution='1920x1080'` - resolution for virtual screen.
39-
- `--shm-size='64m'` - extend if firefox browser is crashing.
37+
- `-e password='YOUR_VNC_PASSWORD'` - required, password for VNC connections.
38+
- `-e user_password='YOUR_USER_PASSWORD'` - optional, password for user *headless*. By default, will be used *password* variable.
39+
- `-e root_password='YOUR_ROOT_PASSWORD'` - optional, password for *root* user. By default, will be used *user_password* variable, if it is not specified then *password* variable.
40+
- `-e resolution='1920x1080'` - optional, resolution for virtual screen.
41+
- `--shm-size='64m'` - optional, extend if firefox browser is crashing.
4042

4143
### FAQ
42-
- Default root and user password is 'centos'. Change it on first vnc connection for more security.
4344
- For change LXQT Theme open Menu > Preferences > Appearance > LXQt Theme and select nice to you theme, example Kde-Plasma.
4445
- For change OpenBox theme open Menu > Preferences > LXQt settings > Opebox Settings and select nice to you theme, example Clearlooks.
4546

4647

48+
4749
### Build
4850

4951
```sh

0 commit comments

Comments
 (0)