An open API service indexing awesome lists of open source software.

https://github.com/nutellinoit/owncloud-compose

Simple owncloud project with docker compose
https://github.com/nutellinoit/owncloud-compose

docker-compose owncloud

Last synced: 11 months ago
JSON representation

Simple owncloud project with docker compose

Awesome Lists containing this project

README

          

# owncloud-compose
Simple owncloud project with docker compose

```php
'memcache.local' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
'memcache.locking' => '\OC\Memcache\Redis',
```