Update clone URL to use HTTPS instead of SSH

SSH is not publicly accessible, so use HTTPS for cloning.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Maddox 2026-02-01 17:05:35 -05:00
parent 325ddfe012
commit b362407370

View file

@ -21,7 +21,7 @@ A portable Docker container for managing [matrix-docker-ansible-deploy](https://
### 1. Clone this repository
```bash
git clone ssh://git@git.3ddbrewery.com:2222/maddox/matrix-ansible-controller.git
git clone https://git.3ddbrewery.com/maddox/matrix-ansible-controller.git
cd matrix-ansible-controller
```