diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-01-08 15:27:57 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-01-08 15:27:57 +0100 |
commit | 5195b0e902978949cfcbe471fde3d7034ed55449 (patch) | |
tree | e47cde5dd1f4ef1a2e4631a583234e49cce34ded /docker-compose.template | |
parent | 7cc953e318d9043988d21220c976db8cd24057f8 (diff) |
Remove dns_search options propagation from host
When dns_search are set, the control made by conmux on hostname fail
since hostname.domain does not exist in the docker.
Diffstat (limited to 'docker-compose.template')
-rw-r--r-- | docker-compose.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.template b/docker-compose.template index 62ed120..d125af8 100644 --- a/docker-compose.template +++ b/docker-compose.template @@ -20,6 +20,8 @@ services: - "/lib/modules:/lib/modules" lava-slave: hostname: lab-slave-0 +#conmux does not support dns_search + dns_search: "" restart: always build: context: lava-slave |