Skip to content

Opencart 3 with Docker (MariaDB, Nginx, PHP 7.4 + xdebug)

Notifications You must be signed in to change notification settings

samkojo/opencartDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

  • Iniciar Docker
docker-compose up -d
  • Primeira vez carregar dados do DB opencart apos iniciar o docker
docker exec -i mysql-opencart mysql -uroot -p1234 < db/opencartclean.sql

User: Admin Password: 1234

  • Parar Docker
docker-compose down
  • Reiniciar Nginx
docker exec -it nginx-opencart service nginx restart

About

Opencart 3 with Docker (MariaDB, Nginx, PHP 7.4 + xdebug)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published