Ver código fonte

add a note on why --init

pull/2097/head
Shivaram Lingamneni 7 meses atrás
pai
commit
d42e5f568f
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      distrib/docker/README.md

+ 5
- 0
distrib/docker/README.md Ver arquivo

38
 Oper username:password is admin:cnn2tm9TP3GeI4vLaEMS
38
 Oper username:password is admin:cnn2tm9TP3GeI4vLaEMS
39
 ```
39
 ```
40
 
40
 
41
+We recommend the use of `--init` (`init: true` in docker-compose) to solve an
42
+edge case involving unreaped zombie processes when Ergo's script API is used
43
+for authentication or IP validation. For more details, see
44
+[krallin/tini#8](https://github.com/krallin/tini/issues/8).
45
+
41
 ## Persisting data
46
 ## Persisting data
42
 
47
 
43
 Ergo has a persistent data store, used to keep account details, channel
48
 Ergo has a persistent data store, used to keep account details, channel

Carregando…
Cancelar
Salvar