XenForo
Administrative
- Thread starter
- Admin
- #1
Hi all,
I'm running an import with importer 1.4.1 in a docker container setup to migrate a vBulletin forum. The vBulletin SQL dump is around 900MB to give an indication of the size. I have the following setup to migrate:
Code:
Read more
ادامه مطلب...
I'm running an import with importer 1.4.1 in a docker container setup to migrate a vBulletin forum. The vBulletin SQL dump is around 900MB to give an indication of the size. I have the following setup to migrate:
Code:
Code:
version: '2'
services:
php:
image: xfrocks/xenforo:php-apache
environment:
- VIRTUAL_HOST=dev.local.airwork.nl
ports:
- '8100:80'
links:
- mysql
- vbulletin
volumes:
-...
Read more
ادامه مطلب...