
使用fpm的方式部署
使用docker-compose部署服务
docker-compose.yaml
version: '2'
services:
app:
container_name: nextcloud
image: docker.superpig.win/library/nextcloud:30.0-fpm
restart: always
volumes:
- ./nextcloud/custom_apps:/var/www/html/custom_apps
- ./nextcloud/config:/var/www/html/config
[查看更多...]
来自 大脸猪 发送于 2020-02-20 17:44 - 0 条评论