# \[Solved\] Update Process of RC Docker does not work as described

**URL:** https://forums.rocket.chat/t/solved-update-process-of-rc-docker-does-not-work-as-described/21577
**Category:** Community Support
**Created:** [February 6, 2025, 10:15am UTC](https://forums.rocket.chat/t/solved-update-process-of-rc-docker-does-not-work-as-described/21577 "2025-02-06T10:15:15Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![andybee](https://avatars.discourse-cdn.com/v4/letter/a/5f9b8f/32.png) [@andybee](https://forums.rocket.chat/u/andybee)
#### Post date: [February 6, 2025, 10:15am UTC](https://forums.rocket.chat/t/solved-update-process-of-rc-docker-does-not-work-as-described/21577/1 "2025-02-06T10:15:15Z")

</div>

### Description

I am using RC 7.1.0 on Fedora and I would like to update.  
So I follow the steps as described here: [Deploy Rocket.Chat with Docker & Compose](https://docs.rocket.chat/docs/deploy-with-docker-docker-compose)

But that does not work. My RC still starts in version 7.1.0

### Server Setup Information

- Version of Rocket.Chat Server:
- Operating System:
- Deployment Method: 
- Number of Running Instances:
- DB Replicaset Oplog:
- NodeJS Version:
- MongoDB Version:
- Proxy: 
- Firewalls involved:

### Any additional Information

---

<div class="post-metadata">

### Author: ![reetp](https://sea1.discourse-cdn.com/flex021/user_avatar/forums.rocket.chat/reetp/32/5546_2.png) [@reetp](https://forums.rocket.chat/u/reetp)
#### Post date: [February 6, 2025, 10:40am UTC](https://forums.rocket.chat/t/solved-update-process-of-rc-docker-does-not-work-as-described/21577/2 "2025-02-06T10:40:27Z")

</div>

I’m afraid you have told us almost nothing.

> Deployment Method:

That would help…

How is it deployed at the minute. Docker? Another method?

What’s in your .env and compose file?

Have a good read here on how to ask well documented questions.

[How to ask for help](https://gist.github.com/reetp/a66149d5f060f260643a353ca7067a98#how-to-ask-for-help-1)

---

<div class="post-metadata">

### Author: ![andybee](https://avatars.discourse-cdn.com/v4/letter/a/5f9b8f/32.png) [@andybee](https://forums.rocket.chat/u/andybee)
#### Post date: [February 6, 2025, 10:43am UTC](https://forums.rocket.chat/t/solved-update-process-of-rc-docker-does-not-work-as-described/21577/3 "2025-02-06T10:43:57Z")

</div>

Hi Reetp,

As my topic described, it is a docker instance.

In my .env-file, I defined the release to be RELEASE=7.3.0 since it is mentione the documentation, that there should always be a release leve not just “latest”.

---

<div class="post-metadata">

### Author: ![andybee](https://avatars.discourse-cdn.com/v4/letter/a/5f9b8f/32.png) [@andybee](https://forums.rocket.chat/u/andybee)
#### Post date: [February 6, 2025, 10:51am UTC](https://forums.rocket.chat/t/solved-update-process-of-rc-docker-does-not-work-as-described/21577/4 "2025-02-06T10:51:34Z")

</div>

Solved it.  
Solution:

1. Edit the .env-file to the desired Release.

2. Edit the docker-compose.yml to the according version

```auto
services:                                                                                                                         
 5 rocketchat:                                                                                                                     
 6 image: registry.rocket.chat/rocketchat/rocket.chat:7.3.0                                                                      
 7 restart: always                                                                                                               
 8 labels:

```

Then follow the steps:

1. Stop the docker
2. rm the volume
3. start it up again: docker: docker compose up -d rocketchat

Okay solved 🙂

---

<div class="post-metadata">

### Author: ![reetp](https://sea1.discourse-cdn.com/flex021/user_avatar/forums.rocket.chat/reetp/32/5546_2.png) [@reetp](https://forums.rocket.chat/u/reetp)
#### Post date: [February 6, 2025, 11:00am UTC](https://forums.rocket.chat/t/solved-update-process-of-rc-docker-does-not-work-as-described/21577/5 "2025-02-06T11:00:47Z")

</div>

Glad you solved it.

Yes, you should NEVER use ‘latest’ unless you have a death wish, love nasty surprises, or are a developer.

Again I can’t stress enough the importance of giving as much information as possible when asking for help.

Note you should consider your mongo version - and what you will do about upgrading it in a docker container.
