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