Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tparker00 authored Aug 15, 2024
1 parent a22b479 commit 0091f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Docker Compose:
```yml
services:
bwscache:
image: ghcr.io/ripplefcl/bws-cache:latest
image: ghcr.io/tparker00/bws-cache:latest
environment:
BWS_CACHE_ORG_ID: <org ID>
ports:
Expand Down Expand Up @@ -105,4 +105,4 @@ flowchart TD
QuerySecretList -->GenKeyCache[Generate keymap cache]
GenKeyCache --> IsSecretCached
IsKeyCacheExpired -->|Yes| QuerySecretList
```
```

0 comments on commit 0091f22

Please sign in to comment.