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
- Host: GitHub
- URL: https://github.com/nutellinoit/owncloud-compose
- Owner: nutellinoit
- License: mit
- Created: 2017-11-05T09:29:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T11:29:05.000Z (over 8 years ago)
- Last Synced: 2025-01-18T00:09:59.789Z (over 1 year ago)
- Topics: docker-compose, owncloud
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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',
```