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

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

volumes:
  ncdata: