Skip to content

Commit becfd0a

Browse files
committed
fix compose
1 parent 38c8b69 commit becfd0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Use this configuration for running Scriberr on any machine without a dedicated N
198198
```yaml
199199
services:
200200
scriberr:
201-
image: ghcr.io/rishikanthc/scriberr:latest
201+
image: ghcr.io/rishikanthc/scriberr:v1.2.0
202202
ports:
203203
- "8080:8080"
204204
volumes:
@@ -232,7 +232,7 @@ If you have a compatible NVIDIA GPU, this configuration enables hardware acceler
232232
```yaml
233233
services:
234234
scriberr:
235-
image: ghcr.io/rishikanthc/scriberr:v1.0.4-cuda
235+
image: ghcr.io/rishikanthc/scriberr-cuda:v1.2.0
236236
ports:
237237
- "8080:8080"
238238
volumes:

web/project-site/src/docs/Installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Use this configuration for running Scriberr on any machine without a dedicated N
8686
```yaml
8787
services:
8888
scriberr:
89-
image: ghcr.io/rishikanthc/scriberr:latest
89+
image: ghcr.io/rishikanthc/scriberr:v1.2.0
9090
ports:
9191
- "8080:8080"
9292
volumes:
@@ -120,7 +120,7 @@ If you have a compatible NVIDIA GPU, this configuration enables hardware acceler
120120
```yaml
121121
services:
122122
scriberr:
123-
image: ghcr.io/rishikanthc/scriberr:v1.0.4-cuda
123+
image: ghcr.io/rishikanthc/scriberr-cuda:v1.2.0
124124
ports:
125125
- "8080:8080"
126126
volumes:

0 commit comments

Comments
 (0)