docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
532 B

3 years ago
Application Setup
Access the WebUI at <your-ip>:80/443. Follow the installation wizard. For more information, check out XBackBone.
If you want to change the PHP max upload size you can override the php.ini file by adding options in /config/php/php-local.ini
Example:
upload_max_filesize = 25M
post_max_size = 25M
For reverse proxying, remember to change the in to your domain if you initially set up the application with a local url. E.g. base_url/config/www/xbackbone/config.php'base_url' => 'https://images.yourdomain.com',