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:
yodatak
2025-02-16 21:57:34 +01:00
committed by GitHub
parent 74be3d717b
commit 40402b8446

View File

@@ -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.