mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	* add example to run owncloud along with Kopano * move ownloud files into dedicated folder * add readme * add script for ldap auto configuration
Running kopano-docker together with Owncloud
To have a demo environment that runs both Kopano and Owncloud perform the following modifications. This setup uses the official images from https://hub.docker.com/r/owncloud/server.
- Add the owncloud.ymlto theCOMPOSE_FILEvariable in your.envfile.
Example:
COMPOSE_FILE=docker-compose.yml:docker-compose.ports.yml:owncloud/owncloud.yml
- 
run owncloud.shto create the required runtime variables in your.envfile.
- 
run docker-compose up -dand you will be able to log intohttps://your-fqdn/owncloud.