Skip to content

Instantly share code, notes, and snippets.

@leefaus
Created October 15, 2015 20:04
Show Gist options
  • Select an option

  • Save leefaus/62a63e02eb7582a4a065 to your computer and use it in GitHub Desktop.

Select an option

Save leefaus/62a63e02eb7582a4a065 to your computer and use it in GitHub Desktop.
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