nextcloudpi/docker-compose-ncpdev.yml
2018-10-18 23:08:33 -06:00

19 lines
347 B
YAML

version: '3'
services:
nextcloudpi-dev:
image: ownyourbits/nextcloudpi-x86
command: "${IP}"
ports:
- "80:80"
- "443:443"
- "4443:4443"
volumes:
- ./ncp-web:/var/www/ncp-web
- ./etc:/usr/local/etc
- ./changelog.md:/changelog.md
- ncdata:/data
container_name: nextcloudpi
volumes:
ncdata: