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
Copy file name to clipboardExpand all lines: README.md
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ This repo will give you a turn key Docker container build for use in production
12
12
If you found this repo you are probably looking into Docker or already have knowledge as to what Docker can help you with. 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)
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. Type `make` for more build options
50
+
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.
Open http://localhost:8080 (username & password are set within .env file)
71
+
```
72
+
73
+
59
74
---
60
75
## Deploy to Docker Cloud
61
76
Create a [Docker Cloud](https://cloud.docker.com) account, add a **Cloud provider**. Once complete, `one click` will create a functional Apache & MySQL Service.
0 commit comments