mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
15 lines
213 B
YAML
15 lines
213 B
YAML
version: '3'
|
|
services:
|
|
nextcloudpi:
|
|
image: ownyourbits/nextcloudpi-x86
|
|
command: "${IP}"
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
- "4443:4443"
|
|
volumes:
|
|
- ncdata:/data
|
|
|
|
volumes:
|
|
ncdata:
|