mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
16 lines
264 B
YAML
16 lines
264 B
YAML
version: '3'
|
|
services:
|
|
nextcloud:
|
|
image: ownyourbits/nextcloud-armhf
|
|
command: "${IP}"
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
volumes:
|
|
- ncdata:/data
|
|
- /etc/localtime:/etc/localtime:ro
|
|
container_name: nextcloudpi
|
|
|
|
volumes:
|
|
ncdata:
|