REPO-3256: EOL:Disable CIFS and FTP by default (#21)

* REPO-3256: EOL:Disable CIFS and FTP by default
 -  Adding parameter Dcifs.enabled=true on test/docker compose
 -  Upgrade alfresco-repository version to 6.34

* REPO-3256: EOL:Disable CIFS and FTP by default
 - fixed parameter
This commit is contained in:
Andrei Bazavan
2018-03-16 11:26:33 +02:00
committed by GitHub
parent 3713a9a8cf
commit f12bf1d3bb
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ services:
-Dftp.enabled=true
-Dftp.dataPortFrom=30000
-Dftp.dataPortTo=30099
-Dcifs.enabled=true
"
ports:
- 8080:8080