On the Mac, docker installation nextcloud, build a personal network of local disk

1, the installation docker
 
2, pulling the mirror
$ docker pull nextcloud
 
3, run docker
$ docker run -d -p 80:80 nextcloud
 
4, web access local localhost

done.

 

5, expansion, etc. can be used frp forward tool is mapped to the external network access.

Guess you like

Origin www.cnblogs.com/lijiejoy/p/11367432.html