remove ipv6 listen_host from docker_related_config to allow running in ipv4-only dockers

This commit is contained in:
Alex Zatelepin 2018-03-12 18:13:33 +03:00 committed by GitHub
parent e42a257492
commit 3cfa4c3e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,4 @@
<yandex> <yandex>
<!-- Listen wildcard address to allow accepting connections from other containers and host network. --> <!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
<listen_host>0.0.0.0</listen_host> <listen_host>0.0.0.0</listen_host>
<listen_host>::</listen_host>
<listen_try>1</listen_try>
</yandex> </yandex>