1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/owncloud/docker-compose.yml

8 lines
114 B
YAML
Raw Normal View History

2015-08-26 17:47:10 +02:00
owncloud:
image: owncloud
ports:
- "8080:80"
volumes:
- ./data:/var/www/html/data
restart: always