/docker-LEMP-basic-1

Linux NginX MySQL PHP

Primary LanguageDockerfile

Table of Contents What the project does Why the project is useful How users can get started with the project Where users can get help with your project Who maintains and contributes to the project

DOCKER SETUP --- To get latest app version run:

--- To spin up docker docker use:

--- To enter MYSQL container run:
    !Note - to log in to mysql use credentail from .env file (you can change them there)

--- To do change APACHE CONFIG go to this dir
    This direcotry is mounted to a volume in docker-compose.yaml

APP SETUP --- ...