Mention -ipv4 flag in the docs.

This commit is contained in:
Anton Belyaev 2017-01-26 18:48:18 +03:00 committed by Anton Belyaev
parent 9edc7ac8ea
commit dc4b6286e5
2 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,9 @@
Service registry bridge for Docker.
[![Circle CI](https://circleci.com/gh/gliderlabs/registrator.png?style=shield)](https://circleci.com/gh/gliderlabs/registrator)
[![Build Status](http://ci.rbkmoney.com/buildStatus/icon?job=rbkmoney_private/registrator/master)](http://ci.rbkmoney.com/job/rbkmoney_private/job/registrator/job/master/)
[![Docker pulls](https://img.shields.io/docker/pulls/gliderlabs/registrator.svg)](https://hub.docker.com/r/gliderlabs/registrator/)
[![IRC Channel](https://img.shields.io/badge/irc-%23gliderlabs-blue.svg)](https://kiwiirc.com/client/irc.freenode.net/#gliderlabs)
[![Build Status](http://ci.rbkmoney.com/buildStatus/icon?job=rbkmoney_private/registrator/master)](http://ci.rbkmoney.com/job/rbkmoney_private/job/registrator/job/master/)
<br /><br />
Registrator automatically registers and deregisters services for any Docker

View File

@ -148,6 +148,7 @@ port-specific key (`SERVICE_<port>_<key>`) or the global key
1. `SERVICE_<key>_(IPV4|IPV6)`
1. `SERVICE_<key>`
It is also possible to disable IPv4 addresses registration at all by setting `-ipv4=false` (set to `true` by default).
## Examples