Docker Project - samuel-richardson/Sam-Tech-Journal GitHub Wiki

Next Cloud Docker build

Pre requisites

  • Downloaded working docker and docker compose
  • Open ufw ports with the following
  • ufw allow 80
  • ufw allow 3306
  • ufw allow 6379

Install

  • The yml file for the buil can be found here
  • Make a new directory and download the yaml file. wget https://rawgithubusercontent//Sam-Tech-Journal/main/SYS265/docker/nextcloud/compose.yml
  • Run the yml file with docker-compose up -d
  • Access the nextcloud application via a webrowser
  • Make and admin account and password.
  • Now you can access nextcloud to upload files and store them or download them.