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

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

volumes:
  ncdata: