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: c01536d9f5689ce8983cfb00ca402d765a488ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: '3'
services:
  nextcloudpi:
    image: ownyourbits/nextcloudpi-x86
    command: "${IP}"
    volumes:
     - ncdata:/data
    network_mode: "host"

volumes:
  ncdata: