You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo will give you a turn key Docker container build for use in production OR local development. The setup includes an Apache web service, PHP 7.3, PHP Composer, linked MySQL instance and a data container volume.
9
+
This repo will give you a turn key Docker container build for use in production OR local development. The setup includes an Apache web service, PHP 7.3, PHP Composer, linked [MySQL 5.7.26](https://hub.docker.com/_/mysql) instance and a data container volume.
10
10
11
11
In this repo you will find a number of complete Dockerfile builds used in **development** and **production** environments. Listed below is an explanation of each file. [Ask a question!](https://github.com/htmlgraphic/Apache/issues/new)
12
12
@@ -22,17 +22,16 @@ In this repo you will find a number of complete Dockerfile builds used in **deve
22
22
```shell
23
23
Apache # → Root of Docker Build
24
24
├── app/ # → App conf to manage application on container
Launch the **Apache** instance locally and setup a local MySQL database container for persistant database data, the goal is to create a easy to use development environment.
50
49
51
-
The **Apache** container the directory `/data` is shared to your locat system via **Line 7** within `docker-container.local.yml` file
50
+
The **Apache** container the directory `/data` is shared to your local system via **Line 7** within `docker-container.local.yml` file
0 commit comments