From 6a3029f3eee3d8934d568f311e12718751fd1276 Mon Sep 17 00:00:00 2001 From: Drew Thomasson Date: Mon, 24 Nov 2025 12:49:20 -0500 Subject: [PATCH] Document Windows compatibility issues in podman-compose.yml Added a note about Windows compatibility issues with Podman and provided an example correction for command usage. --- podman-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/podman-compose.yml b/podman-compose.yml index 0b3a95df..f14bf4ab 100644 --- a/podman-compose.yml +++ b/podman-compose.yml @@ -28,6 +28,7 @@ services: - ./:/app # Maps the local directory to the container. # Common Issues: ---- +# The application won't start on Windows with Podman --> https://github.com/DrewThomasson/ebook2audiobook/discussions/1194 # --> `python: can't open file '/home/user/app/app.py': [Errno 2] No such file or directory` # Removed all post arguments as CMD was replaced with ENTRYPOINT in the Dockerfile # Example correction: