mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
Merge branch 'hotfix/1.0.3' into develop
# Conflicts: # config/cable.yml # docs/development/environment-setup/docker.md
This commit is contained in:
@@ -11,7 +11,8 @@ After cloning the repo and installing docker on your machine, run the following
|
||||
cp .env.example .env
|
||||
```
|
||||
|
||||
Make changes to the `.env` file as required. [Optional]
|
||||
Make changes to the `.env` file as required [Optional]. If you want to set the password for redis when you run
|
||||
docker-compose, set any string value to the environment variable `REDIS_PASSWORD` in the `.env` file. which will secure the redis running inside docker-compose with this password. This will be automatically picked up by app server and sidekiq, to authenticate while making connections to redis server.
|
||||
|
||||
```bash
|
||||
docker-compose build
|
||||
|
||||
Reference in New Issue
Block a user