mirror of
https://github.com/andrewkdinh/death-code.git
synced 2024-11-14 09:04:30 -08:00
Change rust-captcha git clone location
This commit is contained in:
parent
084df3e881
commit
48f4fc0a4a
@ -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`
|
||||
|
@ -19,6 +19,6 @@ services:
|
||||
rust-captcha:
|
||||
container_name: rust-captcha
|
||||
build:
|
||||
context: ./rust-captcha/docker
|
||||
context: ../rust-captcha/docker
|
||||
restart: unless-stopped
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user