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.
This commit is contained in:
Drew Thomasson
2025-11-24 12:49:20 -05:00
committed by GitHub
parent 777cce12fe
commit 6a3029f3ee

View File

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