disable proxy configuration

in order to make preview work out of the box for everyone who is not using a proxy
pull/6654/head
Gaëtan Lehmann 8 years ago
parent 74db878dc7
commit cf207ee317
  1. 4
      docker-compose.yml

@ -12,8 +12,8 @@ services:
- MONGO_URL=mongodb://mongo:27017/rocketchat
- MONGO_OPLOG_URL=mongodb://mongo:27017/local
- MAIL_URL=smtp://smtp.email
- HTTP_PROXY=http://proxy.domain.com
- HTTPS_PROXY=http://proxy.domain.com
# - HTTP_PROXY=http://proxy.domain.com
# - HTTPS_PROXY=http://proxy.domain.com
depends_on:
- mongo
ports:

Loading…
Cancel
Save