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
[](https://microbadger.com/images/htmlgraphic/apache:latest"Get your own image badge on microbadger.com")
6
6
7
-
This repo will give you a turn key Docker container build for use in **production** OR **dev**. The setup includes an Apache/2.4.29 web service, PHP Version 7.4.3, PHP Composer, linked [MySQL 5.7.29](https://hub.docker.com/_/mysql) instance and a data container volume.
7
+
This repo will give you a turn key Docker container build for use in **production** OR **dev**. The setup includes an Apache/2.4.29 web service, PHP Version 7.4+, PHP Composer, linked [MySQL 5.7.29](https://hub.docker.com/_/mysql) instance and a data container volume.
8
8
9
9
Using containers offer a huge advantage when developing locally or in prodcution. Use this containers for development and deployment. Changing `NODE_ENVIRONMENT` within to `.env` to `dev` or `production` will offer a dynamic environment.
10
10
@@ -55,8 +55,35 @@ The **Apache** container the directory `/data` is shared to your local system vi
> docker-compose -f docker-compose.local.yml up -d
74
+
```
75
+
76
+
>Optional, are you having problems on Windows? Disable Firewall
77
+
78
+
```bash
79
+
> netsh advfirewall show currentprofile
80
+
> netsh advfirewall set allprofiles state off
81
+
```
82
+
83
+
58
84
---
59
85
86
+
60
87
### Google Cloud
61
88
62
89
Use the following command with Google Compute. This will create a [virtual machine instance](https://cloud.google.com/sdk/gcloud/reference/beta/compute/instances/create-with-container) running [COS](https://cloud.google.com/container-optimized-os/) (Container Operating System).
@@ -89,7 +116,7 @@ docker run --rm --name temp_certbot \
0 commit comments