Skip to content

existhink/docker-compose-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker compose template

How To Use

  1. install docker or docker desktop to your machine from official docs here

  2. if u want to clone this repo just copy inside docker file u want into docker-compose.yml

  3. then run

# for install
$ docker-compose up

# for rebuild or recreate
$ docker-compose up --build

if u want just copy the docker compose u want into your project

To Contribute

just create the pull request