Browse Source
Add comment regarding "no such host" issues when using docker-compose
pull/5/head
Lukas Wolfsteiner
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
docker-compose.yml
|
@ -6,6 +6,9 @@ services: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Dockerfile |
|
|
dockerfile: Dockerfile |
|
|
container_name: fritzbox-prometheus-exporter |
|
|
container_name: fritzbox-prometheus-exporter |
|
|
|
|
|
# for dns issues like "dial tcp: lookup fritz.box on 127.0.0.11:53: no such host" |
|
|
|
|
|
# uncomment and fill the following line: |
|
|
|
|
|
# dns: YOUR_FRITZBOX_IP |
|
|
ports: |
|
|
ports: |
|
|
- "9042:9042" |
|
|
- "9042:9042" |
|
|
#expose: |
|
|
#expose: |
|
|