mirror of
https://github.com/valitydev/registrator.git
synced 2024-11-06 02:45:17 +00:00
Mention -ipv4 flag in the docs.
This commit is contained in:
parent
9edc7ac8ea
commit
dc4b6286e5
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user