Skip to content

fcwwebsites/docker-php-firebird

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP with Firebird module Dockerfile

Docker Pulls Docker Stars

Description

Minimal PHP with Firebird module + nginx

Volumes

  • /usr/share/nginx/html

Exposed Ports

  • 80

Run

$ docker run -d \
	--name php-firebird \	
	-p 80:80 \
	-v /somehostdir/php/:/usr/share/nginx/html/ \
	almeida/php-firebird

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%