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