🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.9k
stars
1.04k
forks
source link
Add temp suffix for container name to avoid conflict #3517
Closed
damadmai closed 2 months ago
Fixes issue #3516
Already running container had the same name
matrix_media_repo
. Creating signing key using temporary container was not possible.Adding suffix
-temp
to name made it work.