# Having issues with Docker Deployment

**URL:** https://forums.rocket.chat/t/having-issues-with-docker-deployment/22023
**Category:** Community Support
**Created:** [April 24, 2025, 3:45pm UTC](https://forums.rocket.chat/t/having-issues-with-docker-deployment/22023 "2025-04-24T15:45:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![JawuanW](https://avatars.discourse-cdn.com/v4/letter/j/71c47a/32.png) [@JawuanW](https://forums.rocket.chat/u/JawuanW)
#### Post date: [April 24, 2025, 3:45pm UTC](https://forums.rocket.chat/t/having-issues-with-docker-deployment/22023/1 "2025-04-24T15:45:27Z")

</div>

### Description

This has been giving me issues the entire time and I can’t figure this out for whatever reason. I sucessfully deployed the docker compose file. Properly setup the .env but whenever the Node.js TCP transporter starts up it listens to a new port and it’s always magically in use. I’ve tried checking with netstat and lsof and this port does not show up at all. I can’t trace whatever could possibly be listening to this port and with the port changing every single time there’s no way in my opinion that the port could be already bound to something else. I don’t even have any port ranges that occupy the space it’s trying to take. Trying to figure out if it’s something I messed up on my end or if it’s a configuration issue.

### Server Setup Information

- Version of Rocket.Chat Server: 7.5.1
- Operating System: Ubuntu 22.04.5 LTS
- Deployment Method: Docker
- Number of Running Instances: 1
- DB Replicaset Oplog:
- NodeJS Version: 20.17.0
- MongoDB Version: 6
- Proxy: Traefik
- Firewalls involved: None

### Any additional Information

No extra variables added, base configuration combined with Traefik.

---

<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: [April 24, 2025, 8:53pm UTC](https://forums.rocket.chat/t/having-issues-with-docker-deployment/22023/2 "2025-04-24T20:53:11Z")

</div>

No one can help with the info supplied.

You’ll need to show your .env & compose file minimum.

You might think they’re right, but they clearly aren’t.

Also `docker ps -a`
