Skip to content

Commit ce8ea0a

Browse files
authored
Merge pull request #112 from LeszekBlazewski/fix-command-on-start-docs
fix: invalid CTL_ON_CREATE usage in docker-compose example
2 parents 5801faa + e1517aa commit ce8ea0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ abort start, this can be disabled by prefixing commands with `!`
226226
Example usage (or check the [full example](#customized-example)):
227227
```yaml
228228
environment:
229-
- CTL_ON_CREATE=\! register admin localhost asd
229+
- CTL_ON_CREATE=! register admin localhost asd
230230
- CTL_ON_START=stats registeredusers ;
231231
check_password admin localhost asd ;
232232
status
@@ -513,7 +513,7 @@ services:
513513
environment:
514514
- ERLANG_NODE_ARG=ejabberd@main
515515
- ERLANG_COOKIE=dummycookie123
516-
- CTL_ON_CREATE=\! register admin localhost asd
516+
- CTL_ON_CREATE=! register admin localhost asd
517517
healthcheck:
518518
test: netstat -nl | grep -q 5222
519519
start_period: 5s

0 commit comments

Comments
 (0)