https://github.com/orvice/docker-cfg
https://github.com/orvice/docker-cfg
docker-compose
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orvice/docker-cfg
- Owner: orvice
- License: mit
- Created: 2017-01-27T13:28:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T14:18:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T17:19:43.874Z (over 1 year ago)
- Topics: docker-compose
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```