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.
2 parents 2352182 + 50a7ae2 commit a48bda5Copy full SHA for a48bda5
README.md
@@ -10,9 +10,12 @@
10
11
## Docker Environments
12
13
-### Swarm Modes
14
-In the root directory:
15
-<pre><code>docker stack deploy -c docker-compose.yml api-laravel-docker</code></pre>
+### Swarm Mode
+In the root directory and following the Docker instructions:
+<pre><code># Creating mount folder
16
+mkdir .docker/local-mysql-datadir
17
+docker stack deploy -c docker-compose.yml api-laravel-docker
18
+</code></pre>
19
20
### Docker Compose
21
In the root directory:
0 commit comments