12 lines
140 B
YAML

owncloud:
image: owncloud
ports:
- "80:80"
links:
- db
db:
image: mariadb
environment:
- MYSQL_ROOT_PASSWORD=password