Use external proxy

This commit is contained in:
James Allen
2018-03-05 10:37:53 +00:00
parent cae09028ff
commit a99f55891f
5 changed files with 37 additions and 30 deletions
+1
View File
@@ -15,6 +15,7 @@ services:
MONGO_URL: "mongodb://mongo/sharelatex"
SHARELATEX_ALLOW_PUBLIC_ACCESS: 'true'
PROJECT_HISTORY_ENABLED: 'true'
LINKED_URL_PROXY: 'http://localhost:6543'
depends_on:
- redis
- mongo