[RSS Feed/News] vB5 to XF2.2.4, running importer 1.4.1 in docker

Status
Not open for further replies.

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:

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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom