Browse Source

add a note on why --init

pull/2097/head
Shivaram Lingamneni 5 months ago
parent
commit
d42e5f568f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      distrib/docker/README.md

+ 5
- 0
distrib/docker/README.md View File

@@ -38,6 +38,11 @@ You should see a line similar to:
38 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 46
 ## Persisting data
42 47
 
43 48
 Ergo has a persistent data store, used to keep account details, channel

Loading…
Cancel
Save