Created
October 15, 2015 20:04
-
-
Save leefaus/62a63e02eb7582a4a065 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo docker run -it --name rocketchat -p 3000:80 --restart=always --link mongodb:mongo -e MONGO_URL=mongodb://mongo:27017 -e ROOT_URL=http://$PUBLIC_DNS -d rocketchat/rocket.chat | |
| sudo docker run -it --name nginx -p 80:80 -p 443:443 --restart=always -e UPSTREAM_SERVERS=$LOCAL_IP:3000 -e FORCE_SSL=true -d quay.io/aptible/nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment