add(docker): extra hosts
This commit is contained in:
@@ -32,6 +32,8 @@ services:
|
|||||||
- HTTPS_PROXY=${HTTPS_PROXY:-}
|
- HTTPS_PROXY=${HTTPS_PROXY:-}
|
||||||
- ALL_PROXY=${ALL_PROXY:-}
|
- ALL_PROXY=${ALL_PROXY:-}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user