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

8 lines
125 B
YAML
Raw Normal View History

2016-07-10 14:03:02 +02:00
nextcloud:
image: vimagick/nextcloud
ports:
- "8080:80"
volumes:
- ./data:/var/www/html/data
restart: always