diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-18 14:52:05 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-18 14:52:05 +0000 |
commit | ab88991b2a632d6b7fb13891b6876dcfa9851973 (patch) | |
tree | 2df2ed13100368fc7e9c518cd79da08c6738ea45 /terminaldweller.com/ejabberd/docker-compose.yaml | |
parent | update (diff) | |
download | scripts-ab88991b2a632d6b7fb13891b6876dcfa9851973.tar.gz scripts-ab88991b2a632d6b7fb13891b6876dcfa9851973.zip |
update
Diffstat (limited to 'terminaldweller.com/ejabberd/docker-compose.yaml')
-rw-r--r-- | terminaldweller.com/ejabberd/docker-compose.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/terminaldweller.com/ejabberd/docker-compose.yaml b/terminaldweller.com/ejabberd/docker-compose.yaml index 3ba143a..a4ddaeb 100644 --- a/terminaldweller.com/ejabberd/docker-compose.yaml +++ b/terminaldweller.com/ejabberd/docker-compose.yaml @@ -8,7 +8,7 @@ services: #- "80:80" - "5222:5222" - "5223:5223" - #- "5269:5269" + - "5269:5269" - "5280:5280" - "5443:5443" #- "1883:1883" @@ -33,5 +33,5 @@ volumes: mnesia_db: vault: # openssl dhparam -out dhparams.pem 4096 -# certbot certonly --standlone -d chat.terminaldweller.com -m devi@terminaldweller.com --agree-tos --noninteractive +# certbot certonly --standalone -d chat.terminaldweller.com -m devi@terminaldweller.com --agree-tos --noninteractive --dryrun # docker exec -it 6eebd16a2385 bin/ejabberdctl register admin chat.terminaldweller.com password |