DEV Community

karenpanahi
karenpanahi

Posted on

Maybe one day ...

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
Enter fullscreen mode Exit fullscreen mode

link a database container :

--link my-sql:mysql 
Enter fullscreen mode Exit fullscreen mode

and then use the mysql as the database host on the setup.

?

Top comments (0)