Add custom DNS servers to app container
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ${IMAGE_REGISTRY}/${IMAGE_REPO}:${IMAGE_TAG}
|
image: ${IMAGE_REGISTRY}/${IMAGE_REPO}:${IMAGE_TAG}
|
||||||
|
dns:
|
||||||
|
- 100.100.100.100
|
||||||
|
- 8.8.8.8
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT}:5000"
|
- "${WEB_PORT}:5000"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user