dnsaoki2 / docker_postgres_apache_php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABOUT:

A Dockerfile with postgresql+php+apache

Details:

  • PHP 5.6.25
  • PostgreSQL 9.4.9
  • Apache/2.4.10

Usage:

  • Build or pull the image
    • docker build -t="image_name" .
    • docker pull dnsaoki/postgres_apache_php
  • Run
    • docker run --name [name] -itd -p [port]:80 [image_name]

About


Languages

Language:Shell 100.0%