This commit is contained in:
Thomas Bell 2020-03-28 13:48:56 -04:00
parent f637fe5284
commit 76d903014a
No known key found for this signature in database
GPG Key ID: 0223265715C296F9

View File

@ -124,6 +124,8 @@ Container images are configured using parameters passed at runtime (such as thos
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
| `-e PASSWORD=password` | Optional web gui password, if not provided, there will be no auth. |
| `-e SUDO_PASSWORD=password` | If this optional variable is set, user will have sudo access in the code-server terminal with the specified password. |
| `-e SSL_CERT=/ssl/cert_file.crt` | If this optional variable is provided in conjunction with a key file the code-server run be served via HTTPS. |
| `-e SSL_KEY=/ssl/key_file.key` | If this optional variable is provided in conjunction with a cert file the code-server run be served via HTTPS. |
| `-v /config` | Contains all relevant configuration files. |
## Environment variables from files (Docker secrets)