We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: tonistiigi/dnsdock:v1.10.0
tonistiigi/dnsdock:v1.10.0
Docker-compose file:
drupal: build: . dockerfile: Dockerfile.loc volumes_from: - data links: - mariadb - solr - redis - blackfire environment: - DNSDOCK_ALIAS=www.docker.sparkfabrik.docker.loc restart: always mariadb: extends: file: docker-compose.common.yml service: mariadb volumes_from: - data environment: - DNSDOCK_ALIAS=mysql.www.docker.sparkfabrik.docker.loc
DIG output:
~ ❯ dig @172.17.42.1 mysql.www.docker.sparkfabrik.docker.loc ; <<>> DiG 9.8.3-P1 <<>> @172.17.42.1 redis.www.docker.sparkfabrik.docker.loc ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17281 ;; flags: qr rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;redis.www.docker.sparkfabrik.docker.loc. IN A ;; ANSWER SECTION: mysql.www.docker.sparkfabrik.docker.loc. 0 IN A 172.17.42.7 mysql.www.docker.sparkfabrik.docker.loc. 0 IN A 172.17.42.3
Where 172.17.42.7 is the ip of the drupal container.
172.17.42.7
drupal
Any ideas ?
The text was updated successfully, but these errors were encountered:
I think problem is in https://github.com/tonistiigi/dnsdock/blob/master/dnsserver.go#L446
Sorry, something went wrong.
Any update on this issue? I've experienced the same problem.
No branches or pull requests
Version:
tonistiigi/dnsdock:v1.10.0
Docker-compose file:
DIG output:
Where
172.17.42.7
is the ip of thedrupal
container.Any ideas ?
The text was updated successfully, but these errors were encountered: