mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
Fixing some docs issues and adding some lines in docker-compose.yml (#33)
* Update README.md * Update README.md * Update DEPLOYMENT.md * Update docker-compose.yml
This commit is contained in:
@@ -34,14 +34,14 @@ docker run -p <host-machine-port>:<port-in-configuration-file> \
|
||||
|
||||
If you don't have a Postgres instance running, you can either install
|
||||
one using a package manager or launch one with docker. A [docker-compose
|
||||
configuration]('../docker-compose.yml) is available that will launch both
|
||||
configuration](../docker-compose.yml) is available that will launch both
|
||||
a database instance mcaptcha instance.
|
||||
|
||||
## With docker-compose
|
||||
|
||||
1. Follow steps above to build docker image.
|
||||
|
||||
2. Set database password [docker-compose configuration]('../docker-compose.yml).
|
||||
2. Set database password [docker-compose configuration](../docker-compose.yml).
|
||||
|
||||
3. Launch network:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user