1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:59:16 +02:00
dockerfiles/owncloud/docker-compose.yml

8 lines
114 B
YAML
Raw Normal View History

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