ubuntu 20.04 最小安装,docker安装seafile, 配置文件生成不完整

纯净系统ubuntu 20.04 desktop最小安装及live-server版安装,使用docker方式部署seafile, /opt/seafile-data 下目录不完整,相应的配置文件缺失。请问是什么原因,如何解决。
root@zq-virtual-machine:/opt/seafile-data# tree
.
├── logs
│ └── var-log
│ ├── alternatives.log
│ ├── apt
│ │ ├── eipp.log.xz
│ │ ├── history.log
│ │ └── term.log
│ ├── bootstrap.log
│ ├── btmp
│ ├── clamav
│ │ └── freshclam.log
│ ├── dpkg.log
│ ├── faillog
│ ├── firebird
│ ├── fontconfig.log
│ ├── journal
│ ├── lastlog
│ ├── nginx
│ │ ├── access.log
│ │ ├── error.log
│ │ ├── seafdav.access.log
│ │ ├── seafdav.error.log
│ │ ├── seafhttp.access.log
│ │ ├── seafhttp.error.log
│ │ ├── seahub.access.log
│ │ └── seahub.error.log
│ ├── private
│ ├── syslog
│ └── wtmp
├── nginx
│ └── conf
├── seafile
│ └── logs
│ └── enterpoint.log
└── ssl
├── ca
│ └── acme-v02.api.letsencrypt.org
│ └── directory
│ ├── account.json
│ ├── account.key
│ └── ca.conf
├── http.header
└── seafile.xin.cn
├── seafile.xin.cn.conf
├── seafile.xin.cn.csr
├── seafile.xin.cn.csr.conf
└── seafile.xin.cn.key

17 directories, 30 files
root@zq-virtual-machine:/opt/seafile-data#
小白请高手指点

docker-compose.yml 改过吗

docker-compose.yml 打开了SSL,使用443端口,试了很多次,打开ssl 不能创建很多的配置文件

docker-compose up 不要加 -d 看一下 是哪一步出错了