Add documentation

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-09-21 00:03:25 +01:00
parent 672797b229
commit 3ca2aea41c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ There are other environment variables if you want to customize various things in
### Experimental Variables
| Variable | Default | Value | Description |
| -------- | ------- | ----- | ---------- |
|Left Blank for future expansion| | | |
| `ADDITIONAL_PACKAGES`| unset | Comma separated list of APKs | HERE BE DRAGONS. Mostly for development purposes, this just makes it easier for those of us that always like to have whatever additional tools we need inside the container for debugging |
To use these env vars in docker run format style them like: `-e DNS1=1.1.1.1`