summaryrefslogtreecommitdiffstats
path: root/2.4/docker-entrypoint.sh
Commit message (Collapse)AuthorAgeFilesLines
* Change to system-wide Apache installationSuren A. Chilingaryan2019-08-211-76/+14
|
* parametrizationSuren A. Chilingaryan2019-08-161-1/+1
|
* Move DavLock to temporary folder as wellSuren A. Chilingaryan2019-08-141-2/+1
|
* Fix port in Dockerfile instead of entrypoint.shSuren A. Chilingaryan2019-08-141-5/+0
|
* Adjust port in httpd.confSuren A. Chilingaryan2019-08-141-0/+5
|
* Disable chownSuren A. Chilingaryan2019-08-141-1/+1
|
* Move user.passwd to /tmpSuren A. Chilingaryan2019-08-141-4/+4
|
* Prevent corrupt Alias after restart of container.Jan Boonen2018-12-061-1/+1
| | | When the LOCATION environment variable is set then a restart of a container will lead to a corrupt Alias configuration. The command 'sed -e "s|Alias /|Alias $LOCATION|"' will be executed again and thereby prepend the existing path with the same path.
* Only mkdir and touch if neededJamie Nguyen2018-07-181-2/+2
|
* Move apk to DockerfileJamie Nguyen2018-07-171-2/+0
|
* Split long linesJamie Nguyen2018-07-161-2/+4
|
* Remove trailing charactersJamie Nguyen2018-07-161-1/+1
|
* Force symlinkJamie Nguyen2018-07-161-1/+1
|
* Fix ANONYMOUS_METHODSJamie Nguyen2018-07-161-0/+1
|
* Initialize /var/lib/dav in docker-entrypoint.shJamie Nguyen2018-07-161-0/+5
|
* Allow bind mounting in /cert.pem and /privkey.pemJamie Nguyen2018-07-161-20/+22
|
* Move files into 2.4 folderJamie Nguyen2018-07-161-0/+98