Skip to content

joanscure/docker-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README DOCKER LARAVEL

Installation

To build the docker container

docker-compose up -d

Documentation

In the dockerfile the line 2:

FROM php:7.4-fpm-alpine

You define the Php version you want to use in the container.

And in the docker-compose.yml file the line 19:

image: mysql:5.7

You define the Mysql version you want to use in the container.

Usage

In the src folder you must put the laravel project that you want the docker to run

This folder is equivalent to the address [localhost:8000](http://localhost:8000/)

Untitled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages