# Docker-compose not getting "server is running at" message

**URL:** https://forum.rasa.com/t/docker-compose-not-getting-server-is-running-at-message/23866
**Category:** \[Deprecated\] Rasa X Community Edition
**Created:** [January 23, 2020, 4:33am UTC](https://forum.rasa.com/t/docker-compose-not-getting-server-is-running-at-message/23866 "2020-01-23T04:33:59Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![jamesmf](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/jamesmf/32/4476_2.png) [@jamesmf](https://forum.rasa.com/u/jamesmf)
#### Post date: [January 23, 2020, 4:33am UTC](https://forum.rasa.com/t/docker-compose-not-getting-server-is-running-at-message/23866/1 "2020-01-23T04:33:59Z")

</div>

When I try to start rasa-x (0.23.1) from a docker-compose file, I see `"Starting Rasa X in local mode..."` but either it isn’t finishing, or it’s just not logging the next message. I also don’t see any errors in the log, it just stops.

Without the `"The server is running at ... "` message, is there a way for me to know the username/password?

The docker-compose.yml file is trivial right now:

```auto
version: "3.7"

services:

  rasa-x:
    image: rasa/rasa-x:latest
    ports:
      - 5002:5002

```

---

_[View the full topic](https://forum.rasa.com/t/docker-compose-not-getting-server-is-running-at-message/23866)._
