Skip to content

imantung/docker-php-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-php-sample

A simple PHP web application example for Docker's PHP Language Guide.

echo "password" > db/password.txt         # create secret for password

docker compose up --build

open http://localhost:9000/hello.php      # hello world
open http://localhost:9000/info.php       # php/server info
open http://localhost:9000/database.php   # add/view message table 

open http://localhost:8080/               # phpmyadmin; username = root

About

A simple PHP application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.0%
  • Dockerfile 24.0%