docker-compose.yml
version: "3"
services:
pan:
image: seafileltd/seafile:latest
user: root
restart: always
container_name: seafile
ports:
- "9080:80"
- "9800:8000"
- "9082:8082"
volumes:
- "./data:/shared:rw"
environment:
- TZ=Asia/Shanghai
- SEAFILE_SERVER_HOSTNAME=101.103.15.86:9080
- SEAFILE_ADMIN_EMAIL=6532890@qq.com
- SEAFILE_ADMIN_PASSWORD=asdf1234
- SEAFILE_SERVER_LETSENCRYPT=false
- LANG=zh_CN.UTF-8
自定义端口配置 登录后修改配置信息
登录后右上角-系统管理-设置
SERVICE_URL:http://101.103.15.86:9080/
FILE_SERVER_ROOT:http://101.103.15.86:9080/seafhttp