Change rust-captcha git clone location

This commit is contained in:
Andrew Dinh 2021-05-16 22:04:34 -07:00
parent 084df3e881
commit 48f4fc0a4a
Signed by: andrewkdinh
GPG Key ID: 2B557D93C6C08B86
2 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ Death Code is an entirely self-hosted web application that utilizes [Sharmir's S
```bash
git clone https://github.com/andrewkdinh/death-code.git
git clone https://github.com/daniel-e/rust-captcha.git
cd death-code
cp .env.example .env
# Edit .env
git clone https://github.com/daniel-e/rust-captcha.git rust-captcha
docker-compose up -d
```
3. Visit `http://localhost:33284`

View File

@ -19,6 +19,6 @@ services:
rust-captcha:
container_name: rust-captcha
build:
context: ./rust-captcha/docker
context: ../rust-captcha/docker
restart: unless-stopped