mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
18 lines
315 B
YAML
18 lines
315 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
|
|
|
|
volumes:
|
|
ncdata:
|