Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 295 Bytes

File metadata and controls

15 lines (14 loc) · 295 Bytes
  1. Initialize container network
    docker network create laravelnetwork
  1. Build container
    docker stop $(docker ps -aq)
    docker-compose up -d --build
    docker-compose up
  1. Test url (remember index must be in /public dir)
    http://laravel.localhost/index.php