Skip to content

Commit 810db4a

Browse files
committed
text updates
1 parent 82cd961 commit 810db4a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Beerpay](https://beerpay.io/htmlgraphic/Apache/badge.svg?style=beer)](https://beerpay.io/htmlgraphic/Apache) [![Beerpay](https://beerpay.io/htmlgraphic/Apache/make-wish.svg?style=flat)](https://beerpay.io/htmlgraphic/Apache)
77

88

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 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.
1010

1111
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)
1212

@@ -22,17 +22,16 @@ In this repo you will find a number of complete Dockerfile builds used in **deve
2222
```shell
2323
Apache # → Root of Docker Build
2424
├── app/ # → App conf to manage application on container
25-
│ ├── apache-config.conf # → Default Apache configuration
26-
│ ├── index.php # → Default web page, enter the IP address `docker-machine ls` to load this page.
25+
│ ├── apache-config.conf # → Default Apache config
26+
│ ├── index.php # → Default web page, enter the IP `docker-machine ls` to load this page.
2727
│ ├── mac-permissions.sh # → Run manually on container to match uid / gid permissions of local docker container to Mac OS X
2828
│ ├── postfix.sh # → Used by *supervisord.conf* to start Postfix
2929
│ ├── run.sh # → Setup apache, conf files, and start process on container
3030
│ ├── sample.conf # → located within `/data/apache2/sites-enabled` duplicate / modify to host others domains
3131
│ └── supervisord # → Supervisor is a client / server system which monitors and controls a number of processes on UNIX-like operating systems
3232
├── .env.example # → Rename file to `.env` for local environment variables used within build
3333
├── .circleci/ # → CircleCI 2.0
34-
│ └── config.yml # → CircleCI Configuration
35-
├── docker-cloud.yml # → Used to lauch a container directly to Docker Cloud
34+
│ └── config.yml # → CircleCI Config
3635
├── docker-compose.local.yml # → Local build
3736
├── docker-compose.yml # → Production build
3837
├── Dockerfile # → Uses a basefile build to help speed up the docker container build process
@@ -48,7 +47,7 @@ Docker Compose YML configuration guide [more info](https://docs.docker.com/docke
4847

4948
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.
5049

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
5251

5352
> Type `make` for more build options:
5453

0 commit comments

Comments
 (0)