Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ImageGeniusCI committed Jan 23, 2023
1 parent a55c11a commit 1f16c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand All @@ -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 |

Expand Down

0 comments on commit 1f16c62

Please sign in to comment.