iamklaus / nextcloud

Nextcloud docker file including cron via supervisor and all dependencies to install the face recognition app.
17 stars 9 forks source link

Docker Install Instructions #3

Closed DevilsDesigns closed 3 years ago

DevilsDesigns commented 3 years ago

could you please post the default nextcloud compose. Ive tried this below to no avail

docker run -d \
  --name=nextcloud \
  --network=proxynet \
  -e PUID=99 \
  -e PGID=100 \
  -e TZ=America/Chicago \
  -p 444:443 \
  -v /mnt/disk1/appdata/nextcloud:/config \
  -v /mnt/disk1/appdata/nextcloud/data:/data \
  --restart unless-stopped \
  iamklaus/nextcloud:fpm
guystreeter commented 3 years ago

The docker image is based on the official Nextcloud docker image, and its usage is described here.