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

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

volumes:
  ncdata: