mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-08 21:38:12 -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.
|
- ./:/app # Maps the local directory to the container.
|
||||||
|
|
||||||
# Common Issues: ----
|
# 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`
|
# --> `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
|
# Removed all post arguments as CMD was replaced with ENTRYPOINT in the Dockerfile
|
||||||
# Example correction:
|
# Example correction:
|
||||||
|
|||||||
Reference in New Issue
Block a user