Provide a seafile environment behind a reverse proxy (jwilder/nginx-proxy).
- Clone repository
git clone https://github.com/patrick-birkle/seafile-pro-docker.git seafile && cd seafile
- Copy .env file and change file permissions
cp .env_template .env
chmod 600 .env
- Fill values for environment variables in
.env
file (ESC
+:wq
is your friend)
vi .env
- Login to seafile docker registry (credentials)
docker login docker.seadrive.org
- Make
start.sh
executable and execute it
chmod 764 start.sh
./start.sh
At the moment this is only working with seafile docker image version 7.0.10 or lower. For more information see this issue.