diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-22 17:36:07 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-22 17:36:07 +0000 |
commit | c836ea89a48f53ec1dd05c1dcdc606bb44c8b619 (patch) | |
tree | 22882efad0fdc677d353dec723d813825bbcb5d2 /terminaldweller.com/ejabberd/docker-compose.yaml | |
parent | update (diff) | |
download | scripts-c836ea89a48f53ec1dd05c1dcdc606bb44c8b619.tar.gz scripts-c836ea89a48f53ec1dd05c1dcdc606bb44c8b619.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 a4ddaeb..f01085d 100644 --- a/terminaldweller.com/ejabberd/docker-compose.yaml +++ b/terminaldweller.com/ejabberd/docker-compose.yaml @@ -1,7 +1,7 @@ version: "3.4" services: ejabberd: - image: ejabberd/ecs:21.07 + image: ejabberd/ecs:23.01 networks: - ejabberdnet ports: @@ -33,5 +33,5 @@ volumes: mnesia_db: vault: # openssl dhparam -out dhparams.pem 4096 -# certbot certonly --standalone -d chat.terminaldweller.com -m devi@terminaldweller.com --agree-tos --noninteractive --dryrun +# certbot certonly --standlone -d chat.terminaldweller.com -e devi@terminaldweller.com --agree-tos --noninteractive # docker exec -it 6eebd16a2385 bin/ejabberdctl register admin chat.terminaldweller.com password |