table of content
Nextcloud setup
helpful url:
https://www.cloudsavvyit.com/12476/how-to-self-host-a-collaborative-cloud-with-nextcloud-and-docker/
docker run -d -p 8082:80 nextcloud
link a database container :
--link my-sql:mysql
and then use the mysql as the database host on the setup.
?
Top comments (0)