mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Update README.md
This commit is contained in:
parent
38600e9a05
commit
5f299db3a9
11
README.md
11
README.md
@ -91,3 +91,14 @@ docker build .
|
|||||||
```
|
```
|
||||||
|
|
||||||
That's it. The `Dockerfile` and bash scripts handle all the downloading, building, and packing. You can also add tags, push to your favorite docker registry, or use `buildx` to build multi architecture images.
|
That's it. The `Dockerfile` and bash scripts handle all the downloading, building, and packing. You can also add tags, push to your favorite docker registry, or use `buildx` to build multi architecture images.
|
||||||
|
|
||||||
|
## Environment variables
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
**variable**|**description**|**default**
|
||||||
|
-- | -- | --
|
||||||
|
cache_enabled|Controls if the mail cache is enabled in the prefs.json file.|false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user