Search

You can find the results of your search below.

Docker - DNS Server @docker_notes
3 Hits, Last modified:
====docker compose==== A key point is the docker network is in host mode. (The ports are opened directly o... the host and not routed from the docker internal network.) ++++docker-compose.yml| <code yaml>--- service... docker_store/bind9/.config/var/log:/var/log/' network_mode: host command: /bin/sh</code> ++++ ====
Docker mailserver @docker_notes
3 Hits, Last modified:
' identified by 'PASSWORD';'' The Docker internal network is on 172. *php modules required do not seem to... n=http://wiki2.dovecot.org/ After=local-fs.target network-online.target [Service] Type=simple ExecStart=/u... compose version 3. services connected to a shared network can communicate. docker compose ++++file structu