Skip to content

Container image with lighttpd, php-fpm, composer and sqlite as web server serving Laravel/Lumen applications.

Notifications You must be signed in to change notification settings

Cyber-Duck/docker-php-fpm-lighttpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-php-fpm-lighttpd

Container image with lighttpd, php-fpm and sqlite as web server serving Laravel/Lumen applications including PHP 7.1 and PHP 5.6 support.

Examples

Dockerfile

FROM cyberduck/docker-php-fpm-lighttpd:php-5.6

# Copy source files to container
COPY . /var/www/localhost
RUN chown -R www-data. /var/www/localhost/

docker-compose

version: '2'
services:
    webserver:
        image: cyberduck/docker-php-fpm-lighttpd:php-7.1
        volumes:
            - ./lumen:/var/www/localhost
        ports:
            - "80:80"

About

Container image with lighttpd, php-fpm, composer and sqlite as web server serving Laravel/Lumen applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 100.0%