Skip to content

cord-travel/docker-openresty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Openresty 👹

A Dockrized openresty + php-fpm setup 👻

All configuration files are located in /volume/ directory

Component version Config file inside Container Local config files
Openresty / nginx 1.13 /usr/local/openresty/nginx/conf/ /volume//openresty/nginx/conf/
PHP 7.1 /etc/php/7.1/cli /volume/php/cli/
php-fpm 7.1 /etc/php/7.1/fpm /volume/php/fpm/

Public www directory

/volume/www

Installation

  • Step 1 : Build dockerimage toothless:1 by running ./build-dockerfile.sh
  • Step 2 : run docker-compose up 🔥
  • Step 3 : Check localhost in browser

Log files

Log files are located in /volume/outbox Directory

you can use outbox directory for transfer file b/w host machine and container

Reference

  • Thanks @rjshk013 for this awesome documentation
  • The 'Toothless' name from HTTYD

Windows OS Errors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.8%
  • Dockerfile 45.6%
  • PHP 2.6%