This needs : dockerhost + nginx-proxy-manager
git clone https://github.com/ariadata/dc-nextcloud.git && cd dc-nextcloud && rm -rf .gitdocker-compose up -dDomain :
Your-FQDNyou must pointed it before!Schema :
httpName or IP :
nextcloudPort :
80Config SSL Part
set default user/pass for admin
unckeck
Install recommended appsclick finish setup
6- according to this article , edit config file for https using:
sudo nano ~/dc-nextcloud/data/config/config.phpadd this line to end element of php array :
'overwriteprotocol' => 'https'Done!
