Seafile docker image for swift setup
500K+
Seafile docker image for swift setup
This repository is not maintained anymore. If you're new to Seafile, please use the official Seafile docker setup guide instead.
To migrate from foxel/seafile-docker to the official images, see the migration guide.
docker-compose up -ddocker-compose logs mysql to find out mysql root password (if you did not set it in docker-compose.override.yml)docker-compose exec seafile setup (this will ask you for mysql root password)version: '2'
services:
seafile:
image: ghcr.io/foxel/seafile-docker/seafile:11.0.12
ports:
- "9080:80"
environment:
SEAFILE_URL: 'http://seafile.example.com'
links:
- mysql
volumes:
- seafile:/seafile
mysql:
environment:
MYSQL_RANDOM_ROOT_PASSWORD: 1
volumes:
- mysql:/var/lib/mysql
image: mysql:8.0
volumes:
mysql:
driver: local
seafile:
driver: local
Upgrading is possible in step-by-step manner:
docker-compose exec seafile /scripts/upgrade.sh 11.0.0
Notes:
X-Forwarded-Proto and Host headers.docker-compose exec seafile /scripts/upgrade.sh 10.0.0
docker-compose exec seafile /scripts/upgrade.sh 9.0.0
docker-compose exec seafile /scripts/upgrade.sh 8.0.0
docker-compose exec seafile /scripts/upgrade.sh 7.1.0
docker-compose exec seafile /scripts/upgrade.sh 7.0.0
docker-compose exec seafile /scripts/upgrade.sh 6.3.0
docker-compose exec seafile /scripts/upgrade.sh 6.2.0
docker-compose exec seafile /scripts/upgrade.sh 6.1.0
docker-compose exec seafile /scripts/upgrade.sh 6.0.0
Content type
Image
Digest
sha256:4c0177fea…
Size
362.2 MB
Last updated
about 2 years ago
docker pull foxel/seafile