Skip to content

eavictor/ComposeNextcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextcloud running on Docker

Change username and password in nextcloud.yml before execute the command.

Installation

  1. Clone from GitHub
cd /home
sudo git clone https://github.com/eavictor/ComposeNextcloud.git
cd ComposeNextcloud
mkdir mariadb
mkdir data
  1. Install Docker

    Note: <username> is for adding user into docker group, don't forget to pass username in

sudo bash 1_install_docker.sh <username>
  1. Edit nextcloud.yml
sudo nano nextcloud.yml
  1. Start services (MariaDB, Redis, Nextcloud)
docker-compose -f nextcloud.yml up -d

About

Easy to use Nextcloud on Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages