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: