当前位置: 首页 > 工具软件 > next-images > 使用案例 >

centos 7.6 docker 安装 nextcloud -使用sqlite数据库

冯阳云
2023-12-01

docker search nextcloud

docker pull docker.io/nextcloud

docker images

mkdir /home/nextcloud

chmod -R 777 nextcloud/

docker run -d --restart=always --name nextcloud -p 9001:80 -v /home/nextcloud:/data docker.io/nextcloud

浏览器访问9001端口,按照浏览器配置即可。

 

 类似资料: