Fix users register in docker-compose.yml
This commit is contained in:
parent
50751a7c8a
commit
a9a8678e86
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ services:
|
||||||
# Please, use devcontainer.json 'postStartCommand' for configuring ejabberd_server
|
# Please, use devcontainer.json 'postStartCommand' for configuring ejabberd_server
|
||||||
#
|
#
|
||||||
environment:
|
environment:
|
||||||
- CTL_ON_CREATE=register admin localhost admin ;
|
- CTL_ON_CREATE=register admin localhost "admin" ;
|
||||||
register test1 localhost test1 ;
|
register test1 localhost "test1"
|
||||||
- CTL_ON_START=registered_users localhost ;
|
- CTL_ON_START=registered_users localhost ;
|
||||||
status
|
status
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue