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

https://github.com/orvice/docker-cfg


https://github.com/orvice/docker-cfg

docker-compose

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

### my docker composer config file

Also see [docker compose](https://wiki.orx.me/docker-compose)

#### Owncloud

```
cd /path/to/owncloud
wget https://raw.githubusercontent.com/orvice/docker-cfg/master/owncloud-docker-compose.yml -O docker-compose.yml
```

#### Run

```
docker-compose up -d
```