Skip to content

arislaode/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Instalation

Nginx Instalation

  • Pull image nginx
    docker pull nginx
  • Running container nginx
    docker run -d --name docker-nginx -p 80:80 --restart unless-stopped nginx

Redis & MySQL Instalation

  • Remove container if mysql & ready exist:
    docker compose down
  • Running docker build:
    docker compose up -d --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published