Compare commits

..

No commits in common. 'ce8ea0a59fdacc4169a9e9531e56d06ac733982f' and '5801faae48ba3331ab3e8251717d17b14420153e' have entirely different histories.

@ -226,7 +226,7 @@ abort start, this can be disabled by prefixing commands with `!`
Example usage (or check the [full example](#customized-example)):
```yaml
environment:
- CTL_ON_CREATE=! register admin localhost asd
- CTL_ON_CREATE=\! register admin localhost asd
- CTL_ON_START=stats registeredusers ;
check_password admin localhost asd ;
status
@ -513,7 +513,7 @@ services:
environment:
- ERLANG_NODE_ARG=ejabberd@main
- ERLANG_COOKIE=dummycookie123
- CTL_ON_CREATE=! register admin localhost asd
- CTL_ON_CREATE=\! register admin localhost asd
healthcheck:
test: netstat -nl | grep -q 5222
start_period: 5s

Loading…
Cancel
Save