Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 748 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 748 Bytes

caddy-seafile-docker

  1. install Caddy
  2. use my Caddyfile and replace example.com with your domain
  3. use my docker-compose.yml to set up seafile-docker and adjust the variables marked with "<>". You can use the offical documentation for help
  4. let Seafile build itself "docker-compose up -d"
  5. edit the file gunicorn.conf.py in the folder: "seafile-data/seafile/conf" and replace bind = "127.0.0.1:8000" with bind = "0.0.0.0:8000"
  6. restart seafile-docker "docker-compose restart"
  7. Done.