From 1f16c62b712de17a98b674f38297a4854423ae2b Mon Sep 17 00:00:00 2001 From: ImageGenius-CI Date: Mon, 23 Jan 2023 09:13:46 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5c95fdb..91026701 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ services: - JWT_SECRET=somelongrandomstring - DB_PORT=5432 #optional - REDIS_PORT=6379 #optional - - REDIS_PASSWORD=redis #optional + - REDIS_PASSWORD= #optional volumes: - path_to_data:/config - path_to_photos:/photos @@ -113,7 +113,7 @@ docker run -d \ -e JWT_SECRET=somelongrandomstring \ -e DB_PORT=5432 `#optional` \ -e REDIS_PORT=6379 `#optional` \ - -e REDIS_PASSWORD=redis `#optional` \ + -e REDIS_PASSWORD= `#optional` \ -p 8080:8080 \ -v path_to_data:/config \ -v path_to_photos:/photos \ @@ -139,7 +139,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e JWT_SECRET=somelongrandomstring` | Run `openssl rand -base64 128` | | `-e DB_PORT=5432` | PostgreSQL Port | | `-e REDIS_PORT=6379` | Redis Port | -| `-e REDIS_PASSWORD=redis` | Redis password | +| `-e REDIS_PASSWORD=` | Redis password | | `-v /config` | Contains the logs | | `-v /photos` | Contains all the photos uploaded to Immich |