Skip to content

pdrillin/docker_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-chat

  • "app/" --> App/Website folder, contain all code
  • "nginx/" --> contain the nginx server config file
  • "php/" --> contain the Dockerfile

How to start app ?

  • Build container
docker compose build
  • Start container
docker compose up -d
  • Remove container
docker compose down -v

About

Docker environnement for a web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published