Revise example headless command syntax

Updated example headless command in podman-compose.yml for clarity.
This commit is contained in:
Drew Thomasson
2025-10-11 17:39:06 -04:00
committed by GitHub
parent 81cce9ed5d
commit a5834e64d8

View File

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