Chore: Fix spelling mistakes in docs (#1012)

This commit is contained in:
Pranav Raj S
2020-07-06 10:37:51 +05:30
committed by GitHub
parent 43147b3163
commit b633126b35
11 changed files with 58 additions and 45 deletions

View File

@@ -3,11 +3,11 @@ path: "/docs/deployment/deploy-chatwoot-with-docker"
title: "Docker Chatwoot Production deployment guide"
---
## Deploying with docker
### Deploying with docker
We publish our base images to docker hub. Build your web/worker images from these base images
### Web
### Web
```
FROM chatwoot/chatwoot:latest
@@ -25,8 +25,8 @@ ENTRYPOINT [\"docker/entrypoints/rails.sh\"]
CMD bundle exec sidekiq -C config/sidekiq.yml"
```
The app servers will available on port `3000`. Ensure the images are connected to the same database and Redis servers. Provide the configuration for these services via environment variables.
The app servers will available on port `3000`. Ensure the images are connected to the same database and Redis servers. Provide the configuration for these services via environment variables.
## Upgrading
### Upgrading
Update the images using the latest image from chatwoot. Run the `rails db:migrate` option after accessing console from one of the containers running latest image.