# Updating Rocket Chat

- cd into the directory of yml file
- ```
    docker-compose stop rocketchat
    docker-compose rm rocketchat
    docker-compose up -d rocketchat
    ```