1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-30 09:16:58 +02:00
dockerfiles/nextcloud/docker-compose.yml
2016-07-10 20:03:56 +08:00

8 lines
125 B
YAML

nextcloud:
image: vimagick/nextcloud
ports:
- "8080:80"
volumes:
- ./data:/var/www/html/data
restart: always