Skip to content

giordan83/next-cloud-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextCloud into docker using docker-compose

This build not support raspberrypi

Steps to follow:

1 . copy db.env.dist into db.env and fill the follow fields

MYSQL_ROOT_PASSWORD=
MYSQL_PASSWORD=
MYSQL_DATABASE=nextcloud
MYSQL_USER=nextcloud

2 . copy web.env.dist into web.env and fill the follow fields

VIRTUAL_HOST=
LETSENCRYPT_HOST=
LETSENCRYPT_EMAIL=

3 . run the follow command:

docker-compose up -d

4 . You are done!

About

next-cloud installation using docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages