Browse Source

Add comment regarding "no such host" issues when using docker-compose

pull/5/head
Lukas Wolfsteiner 4 years ago
committed by GitHub
parent
commit
306716b1b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docker-compose.yml

3
docker-compose.yml

@ -6,6 +6,9 @@ services:
context: .
dockerfile: Dockerfile
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:
- "9042:9042"
#expose:

Loading…
Cancel
Save