Skip to content

Commit 4088f4b

Browse files
Merge pull request #105 from swisstopo/feat/issue-76/docker-docker-communication
doc update for minio communication
2 parents ea63a14 + 1e2a2c9 commit 4088f4b

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)