Skip to content

A simple Dockerfile for setting up Lighttpd with PHP7 and SQLite3

Notifications You must be signed in to change notification settings

zxjason/lighttpd_php_sqlite_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

A simple Dockerfile for setting up Lighttpd with PHP7 and SQLite3

Powered by bitnami/minideb

Build using;

docker build -t dsplite .

Run from Docker using;

docker run -d --name=my-dsplite  --restart=always -p 80:80 -v ./webroot:/webroot dsplite

Works for dynamic web content.

  ________   __    _ 
 |___  /\ \ / /   | | E-mail  : [email protected]
    / /  \ V /    | | Web     : https://x-cape.one/
   / /    > < _   | | Twitter : @ZxJaSoN
  / /__  / . \ |__| | 
 /_____|/_/ \_\____/  (c) 2023

About

A simple Dockerfile for setting up Lighttpd with PHP7 and SQLite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published