mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-07 21:14:06 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user