Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docker-compose-nc-armhf.yml - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d70713d0a34fbe2be1b3bfc330fa6a496d64209b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3'
services:
  nextcloud:
    image: ownyourbits/nextcloud-armhf
    command: "${IP}"
    ports:
     - "80:80"
     - "443:443"
    volumes:
     - ncdata:/data

volumes:
  ncdata: