erdii / nextcloud-docker

nextcloud docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextcloud

this is vanilla nextcloud plus cron running under supervisord

  • version is tracked in makefile
  • to build the container: make build
  • to push the container: make push
  • to run the container:
     sudo docker run -d \
     	-v /opt/nextcloud/html:/var/www/html \
     	-v /opt/nextcloud/config:/var/www/html/config \
     	-v /opt/nextcloud/custom_apps:/var/www/html/custom_apps \
     	-v /opt/nextcloud/data:/var/www/html/data \
     	-p 8080:80 \
     	--restart always \
     	--name nextcloud \
     	your-docker-repo/your-repository:version
    

About

nextcloud docker container


Languages

Language:Dockerfile 60.2%Language:Makefile 32.5%Language:Shell 7.3%