mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
Add docker.io to the image name
In podman and other we don't by default request docker.io so lets add
This commit is contained in:
@@ -12,7 +12,7 @@ x-gpu-disabled: &gpu-disabled
|
||||
|
||||
services:
|
||||
ebook2audiobook:
|
||||
image: athomasson2/ebook2audiobook:latest
|
||||
image: docker.io/athomasson2/ebook2audiobook:latest
|
||||
platform: linux/amd64
|
||||
tty: true
|
||||
stdin_open: true
|
||||
@@ -48,4 +48,4 @@ services:
|
||||
# - "GPU VRAM" refers to the graphics memory allocated to the container's GPU tasks.
|
||||
# - To enable GPU VRAM limits, ensure the NVIDIA Docker runtime is installed and active.
|
||||
# - The `memory` options (RAM) use units like 'm' (megabytes) or 'g' (gigabytes).
|
||||
# - The `count` parameter for GPU limits controls how much of the GPU (and indirectly VRAM) is accessible.
|
||||
# - The `count` parameter for GPU limits controls how much of the GPU (and indirectly VRAM) is accessible.
|
||||
|
||||
Reference in New Issue
Block a user