mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
improve readme
This commit is contained in:
parent
df3761cf33
commit
e9f3d0e1f1
@ -95,10 +95,10 @@ That's it. The `Dockerfile` and bash scripts handle all the downloading, buildin
|
|||||||
## Environment variables
|
## Environment variables
|
||||||
Environment variables can be set in the docker-compose.yaml file or in the command line using `-e $variable_name=true`.
|
Environment variables can be set in the docker-compose.yaml file or in the command line using `-e $variable_name=true`.
|
||||||
```
|
```
|
||||||
docker run -d --name=protonmail-bridge -v protonmail:/root -e cache_enabled=true shenxn/protonmail-bridge
|
docker run -d --name=protonmail-bridge -v protonmail:/root -e cache_enabled=false shenxn/protonmail-bridge
|
||||||
```
|
```
|
||||||
|
|
||||||
**variable**|**description**|**default**
|
**variable**|**description**|**values**
|
||||||
-- | -- | --
|
-- | -- | --
|
||||||
cache_enabled|Controls if the mail cache is enabled in the prefs.json file.|true
|
cache_enabled|Controls if the mail cache is enabled in the prefs.json file.|true/false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user