Add host.docker.internal mapping for MinIO access
Build and Push Docker Image / build (push) Successful in 8m31s
Details
Build and Push Docker Image / build (push) Successful in 8m31s
Details
Add extra_hosts directive so the app container can reach MinIO on the host machine via host.docker.internal. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7ff961f0c2
commit
fcafbaadd3
|
|
@ -13,6 +13,8 @@ services:
|
||||||
image: ${REGISTRY_URL}/mopc-app:latest
|
image: ${REGISTRY_URL}/mopc-app:latest
|
||||||
container_name: mopc-app
|
container_name: mopc-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:7600:7600"
|
- "127.0.0.1:7600:7600"
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue