Skip to content

ridibooks-docker/performance-apache-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Apache Docker Container for RIDI performance team

Envionment variables

  • APACHE_DOC_ROOT - The document root is /var/www/html. (default) Set APACHE_DOC_ROOT if you want to change,
  • XDEBUG_ENABLE - if set this "1", then XDebug is enabled.
  • XDEBUG_HOST - XDebug host is computed at the start. You can specify a special host by this.
  • PHP_TIMEZONE - PHP time zone. (default = Asia/Seoul)

Usage

Standalone usage example with host's current working directory as document root:

docker run -p 80:80 \
  -v $(pwd):/var/www/html \
  --name php-apache \
  -e XDEBUG_ENABLE=1 \
  ridibooks/performance-apache-base

About

🕊️ Base Apache Docker container for RIDI Performance team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published