Skip to content

ejaytc/docker_DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Execute The Container

  • Start Container with Logs
docker-compose up
  • Start Container in background
docker-compose up -d

Retart The Container

  • Retart All Container
docker-compose restart
  • Restart Any of the Container db/adminer
docker-compose restart <db or adminer>

Use the link below for more information about docker commands.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published