mirror of
https://github.com/andrewkdinh/death-code.git
synced 2024-11-21 07:34: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
|
```bash
|
||||||
git clone https://github.com/andrewkdinh/death-code.git
|
git clone https://github.com/andrewkdinh/death-code.git
|
||||||
|
git clone https://github.com/daniel-e/rust-captcha.git
|
||||||
cd death-code
|
cd death-code
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
# Edit .env
|
# Edit .env
|
||||||
git clone https://github.com/daniel-e/rust-captcha.git rust-captcha
|
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
3. Visit `http://localhost:33284`
|
3. Visit `http://localhost:33284`
|
||||||
|
@ -19,6 +19,6 @@ services:
|
|||||||
rust-captcha:
|
rust-captcha:
|
||||||
container_name: rust-captcha
|
container_name: rust-captcha
|
||||||
build:
|
build:
|
||||||
context: ./rust-captcha/docker
|
context: ../rust-captcha/docker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user