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
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,8 @@
7
7
* Apache 2
8
8
* MySQL
9
9
* Docker
10
-
11
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/jfernancordova/docker-laravel-api-dev/master/docker-compose.yml)
12
10
13
-
## Docker Instructions
11
+
## Docker Environments
14
12
15
13
### Swarm Modes
16
14
In the root directory:
@@ -20,18 +18,25 @@ In the root directory:
20
18
In the root directory:
21
19
<pre><code>docker-compose -f docker-compose.yml up --build -d</code></pre>
22
20
21
+
### PWD
22
+
With Play with Docker and following the docker instructions, it is easy to deploy and test this environment!
23
+
24
+
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/jfernancordova/docker-laravel-api-dev/master/docker-compose-pwd.yml)
0 commit comments