Skip to content

Commit

Permalink
add a note on why --init
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Nov 15, 2023
1 parent d1c8ce5 commit d42e5f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions distrib/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ You should see a line similar to:
Oper username:password is admin:cnn2tm9TP3GeI4vLaEMS
```

We recommend the use of `--init` (`init: true` in docker-compose) to solve an
edge case involving unreaped zombie processes when Ergo's script API is used
for authentication or IP validation. For more details, see
[krallin/tini#8](https://github.com/krallin/tini/issues/8).

## Persisting data

Ergo has a persistent data store, used to keep account details, channel
Expand Down

0 comments on commit d42e5f5

Please sign in to comment.