We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf1a2d commit 369c076Copy full SHA for 369c076
README.md
@@ -2,6 +2,8 @@
2
3
A basic example of setting up a LAMP stack from scratch using Docker.
4
5
+Create a file in your project directory called ```docker-compose.yml``` and add the following Docker settings:
6
+
7
```yml
8
version: '3'
9
services:
@@ -43,6 +45,18 @@ networks:
43
45
driver: bridge
44
46
```
47
48
+Using a terminal, navigate to the same folder as your ```docker-compose.yml``` file and run the following command:
49
50
+```
51
+docker-compose up
52
53
54
+To shut the container down push ```CTRL C``` and then run the folloeing command:
55
56
57
+docker-composer down
58
59
60
## Tutorial Requirements:
61
62
* [Visual Studio Code](https://code.visualstudio.com/)
0 commit comments