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:
Drew Thomasson
2025-10-11 17:33:25 -04:00
committed by GitHub
parent 78d10e79b9
commit 81cce9ed5d

View File

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