Skip to content

Commit

Permalink
doc: update docker ce edition images (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan authored Apr 6, 2022
1 parent fb05273 commit 44ec147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/self-hosted/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,7 @@ Update the images using the latest image from chatwoot. Run the `rails db:chatwo
```
docker exec -it $(basename $(pwd))_rails_1 sh -c 'RAILS_ENV=production bundle exec rails c'
```

## Chatwoot CE edition docker images

If you want to run Chatwoot CE edition, replace the docker image tag with equivalent foss version tag. Docker tag for current `master` would be `latest-ce`. Version specific tags would follow the pattern `v*-ce`. For example the docker ce edition tag for Chatwoot `v2.3.2` would be `v2.3.2-ce`.

0 comments on commit 44ec147

Please sign in to comment.