From 348ef1fea1b62020df6f7c55c2e7d07a4711215a Mon Sep 17 00:00:00 2001 From: simonfelding <45149055+simonfelding@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:28:14 +0200 Subject: [PATCH] Update README.md example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd379cc..83bd79c 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ 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. ## 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=false shenxn/protonmail-bridge ```