mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-09 13:58:14 -05:00
Clarify rebuild instructions in README
Updated instructions for starting services with Docker and Podman to clarify the use of the --build flag.
This commit is contained in:
@@ -432,10 +432,10 @@ by setting either `*gpu-enabled` or `*gpu-disabled` in `docker-compose.yml`
|
||||
3. **Start the service:**
|
||||
```bash
|
||||
# Docker
|
||||
docker-compose up -d # To update add --build
|
||||
docker-compose up -d # To rebuild add --build
|
||||
|
||||
# Podman
|
||||
podman compose -f podman-compose.yml up -d # To update add --build
|
||||
podman compose -f podman-compose.yml up -d # To rebuild add --build
|
||||
```
|
||||
4. **Access the service:**
|
||||
The service will be available at http://localhost:7860.
|
||||
|
||||
Reference in New Issue
Block a user