Setup XOOPS CMS on LNMP(Linux Nginx MySQL PHP) Server with Docker Compose
- php-fpm: modified by offical php docker image( 5.6)
- mysql: offical docker image (tag: latest)
- nginx: offical docker image (tag: latest)
- php: expose 9000
- mysql: expose 3306
- nginx: ports "80:80"
- put xoops_data and xoops_lib into this repo's ./var directory
- put htdocs into ./var/www/html
- please add nginx conf file into ./conf.d directory