Skip to content

Setup XOOPS CMS on LNMP(Linux Nginx MySQL PHP) Server with Docker Compose

License

Notifications You must be signed in to change notification settings

swt02026/XOOPS-LNMP-Docker-Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XOOPS-LNMP-Docker-Compose

Setup XOOPS CMS on LNMP(Linux Nginx MySQL PHP) Server with Docker Compose

Docker image

  • php-fpm: modified by offical php docker image( 5.6)
  • mysql: offical docker image (tag: latest)
  • nginx: offical docker image (tag: latest)

port settings

  • php: expose 9000
  • mysql: expose 3306
  • nginx: ports "80:80"

how to setup xoops

  • put xoops_data and xoops_lib into this repo's ./var directory
  • put htdocs into ./var/www/html

how to add nginx configuration

  • please add nginx conf file into ./conf.d directory

About

Setup XOOPS CMS on LNMP(Linux Nginx MySQL PHP) Server with Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published