Skip to content

Commit 263aac6

Browse files
committed
Fixing READMEs
1 parent faa32e5 commit 263aac6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ docker run -d \
8686
--name langcache-demo \
8787
--env-file .env \
8888
-p 7860:7860 \
89-
gacerioni/gabs-redis-langcache:1.0.5
89+
gacerioni/gabs-redis-langcache:1.1.0
9090
```
9191

9292
> Apple Silicon (arm64): if needed, add `--platform linux/amd64` when running the image.
@@ -100,7 +100,7 @@ docker run -d \
100100
version: "3.9"
101101
services:
102102
langcache-demo:
103-
image: gacerioni/gabs-redis-langcache:1.0.5
103+
image: gacerioni/gabs-redis-langcache:1.1.0
104104
# platform: linux/amd64 # uncomment on Apple Silicon if needed
105105
env_file:
106106
- .env

README_PT-BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ docker run -d \
9999
version: "3.9"
100100
services:
101101
langcache-demo:
102-
image: gacerioni/gabs-redis-langcache:1.0.5
102+
image: gacerioni/gabs-redis-langcache:1.1.0
103103
# platform: linux/amd64 # descomente em Apple Silicon se precisar
104104
env_file:
105105
- .env

0 commit comments

Comments
 (0)