seafile-docker icon indicating copy to clipboard operation
seafile-docker copied to clipboard

Seafile docker image for swift setup

Results 5 seafile-docker issues
Sort by recently updated
recently updated
newest added

**Please start reviewing README to understand functional changes at first** Those changes provides a way to automatically setup a seafile/seahub instance with default settings. Settings can be overridden using environment...

After running `docker-compose logs` I don't see where I am supposed to find the root password.

After setting the root password in the docker-compose.override.yml file, I am getting ERROR 1045 (28000): Access denied for user 'root'@'172.xx.x.x' (using password: YES) when running `docker-compose exec seafile setup`.

Backing up SeaFile involves dumping the contents of the Database and Data folders. (Steps shown here https://manual.seafile.com/maintain/backup_recovery.html) A simple QoL enhancement to this docker image would be to provide a...

Until now the user-id is hardcoded in the dockerimage and fixed to userid 999. To provide some customization of the container and give users the option to set the uid...