mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
Revise example headless command syntax
Updated example headless command in podman-compose.yml for clarity.
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
entrypoint: ["python", "app.py", "--script_mode", "full_docker"]
|
||||
command: [] # <- Extra ebook2audiobook parameters can be added here
|
||||
# The dir containing this podman-compose.yml file will be used as the base directory for any commands.
|
||||
# Example Headless Command: ["--headless", "--ebook", "The-Tell-Tale-Heart.epub", "--tts_engine", "yourtts"] # "The-Tell-Tale-Heart.epub" file is located in the same dir as this podman-compose.yml. # More compose headless info can be found at wiki "https://github.com/DrewThomasson/ebook2audiobook/wiki/Docker-Compose-Headless-guide"
|
||||
# Example Headless || command: ["--headless", "--ebook", "The-Tell-Tale-Heart.epub", "--tts_engine", "yourtts"] # "The-Tell-Tale-Heart.epub" file is located in the same dir as this podman-compose.yml. # More compose headless info can be found at wiki "https://github.com/DrewThomasson/ebook2audiobook/wiki/Docker-Compose-Headless-guide"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user