Skip to content

Commit 1e2a2c9

Browse files
doc update for minio communication
1 parent ea63a14 commit 1e2a2c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/docker-deployment.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ The repository includes a `docker-compose.yml` for convenience:
4545
```bash
4646
docker compose up
4747
```
48+
49+
## MinIO
50+
51+
If you are using a local MinIO instance for file serving, `localhost` inside the container refers to the container itself, not your host machine. Update the endpoint in `.env` so the container can reach MinIO running on your host:
52+
53+
```bash
54+
LOCAL_S3_ENDPOINT="http://host.docker.internal:9000"
55+
```

0 commit comments

Comments
 (0)