fix compose

This commit is contained in:
rishikanthc
2025-12-17 11:41:07 -08:00
parent 38c8b69f3b
commit becfd0ad0f
2 changed files with 4 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ Use this configuration for running Scriberr on any machine without a dedicated N
```yaml
services:
scriberr:
image: ghcr.io/rishikanthc/scriberr:latest
image: ghcr.io/rishikanthc/scriberr:v1.2.0
ports:
- "8080:8080"
volumes:
@@ -232,7 +232,7 @@ If you have a compatible NVIDIA GPU, this configuration enables hardware acceler
```yaml
services:
scriberr:
image: ghcr.io/rishikanthc/scriberr:v1.0.4-cuda
image: ghcr.io/rishikanthc/scriberr-cuda:v1.2.0
ports:
- "8080:8080"
volumes:

View File

@@ -86,7 +86,7 @@ Use this configuration for running Scriberr on any machine without a dedicated N
```yaml
services:
scriberr:
image: ghcr.io/rishikanthc/scriberr:latest
image: ghcr.io/rishikanthc/scriberr:v1.2.0
ports:
- "8080:8080"
volumes:
@@ -120,7 +120,7 @@ If you have a compatible NVIDIA GPU, this configuration enables hardware acceler
```yaml
services:
scriberr:
image: ghcr.io/rishikanthc/scriberr:v1.0.4-cuda
image: ghcr.io/rishikanthc/scriberr-cuda:v1.2.0
ports:
- "8080:8080"
volumes: