Revised environment variables in README.md

The environment variables under the VNC section in README.md have been reformatted for improved readability. Additionally, provided some comments aid better understanding of the configuration.
This commit is contained in:
norimicry 2024-03-24 14:15:02 -04:00
parent 7091e273b6
commit 0718a55ab1

View File

@ -18,9 +18,11 @@ they set.
```
environment:
- "VNC_PASSWORD=insecure"
- "DISPLAY_HEIGHT=900"
- "DISPLAY_WIDTH=1200"
## VNC
- VNC_PASSWORD=insecure
- DISPLAY_HEIGHT=900
- DISPLAY_WIDTH=1200
## Always On Server mod
# Removing this will probably defeat the point of ever using this?
- ENABLE_ALWAYSONSERVER_MOD=${ENABLE_ALWAYSONSERVER_MOD-true}