We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5801faa + e1517aa commit ce8ea0aCopy full SHA for ce8ea0a
ecs/README.md
@@ -226,7 +226,7 @@ abort start, this can be disabled by prefixing commands with `!`
226
Example usage (or check the [full example](#customized-example)):
227
```yaml
228
environment:
229
- - CTL_ON_CREATE=\! register admin localhost asd
+ - CTL_ON_CREATE=! register admin localhost asd
230
- CTL_ON_START=stats registeredusers ;
231
check_password admin localhost asd ;
232
status
@@ -513,7 +513,7 @@ services:
513
514
- ERLANG_NODE_ARG=ejabberd@main
515
- ERLANG_COOKIE=dummycookie123
516
517
healthcheck:
518
test: netstat -nl | grep -q 5222
519
start_period: 5s
0 commit comments