MySQL integration with Docker

Hi,

I trying to build a Docker rocket chat instance with a remote Db (MySQL). Actually I only found the MongoDB documentation. I can’t find variables for MySQL or other db.

I’m looking for a similar command :

docker run --name rocketchat 
-p 80:3000 
-e DB_USER=remote 
-e DB_PASSWORD=password
-e DB_DATABASE=rocketchat
-e DB_HOST=IP
-d rocket.chat

Thanks

Rocket.Chat doesn’t support MySQL. So you could link containers all day, but it won’t connect :slight_smile:

Ok, Thank you for the quick reply :wink:

1 Like