Remove -name param from CouchDB image. Clouseau works without it and it fixes the image in Kubernetes.
This commit is contained in:
parent
c93066a5f9
commit
b7a704d06e
|
@ -1,8 +1,5 @@
|
|||
[clouseau]
|
||||
|
||||
; the name of the Erlang node created by the service, leave this unchanged
|
||||
name=clouseau@127.0.0.1
|
||||
|
||||
; set this to the same distributed Erlang cookie used by the CouchDB nodes
|
||||
cookie=monster
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
# the License.
|
||||
|
||||
# erlang cookie for clouseau security
|
||||
-name couchdb@127.0.0.1
|
||||
-setcookie monster
|
||||
|
||||
# Ensure that the Erlang VM listens on a known port
|
||||
|
|
Loading…
Reference in New Issue