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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Use this Docker compose file to spin up local environment for Drupal with a *native Docker app* on Linux, Mac OS X and Windows.
4
4
5
+
Docker4Drupal is designed to be used for local development, if you're looking for a dev/staging/production solution check out <ahref="https://wodby.com"target="_blank">Wodby</a>. Use Wodby to deploy container-based infrastructure consistent with Docker4Drupal to any server.
6
+
5
7
*[Overview](#overview)
6
8
*[Instructions](#instructions)
7
9
*[Containers](#containers)
@@ -26,7 +28,6 @@ Use this Docker compose file to spin up local environment for Drupal with a *nat
26
28
*[Docroot in subdirectory](#docroot-in-subdirectory)
27
29
*[Logs](#logs)
28
30
*[Status](#status)
29
-
*[Going beyond local machine](#going-beyond-local-machine)
30
31
31
32
## Overview
32
33
@@ -276,7 +277,3 @@ We update containers from time to time, to get the lastest changes simply run ag
276
277
```
277
278
$ docker-compose up -d
278
279
```
279
-
280
-
## Going beyond local machine
281
-
282
-
Check out <ahref="https://wodby.com"target="_blank">Wodby</a> if you need optimized consistent docker-based environment for Drupal on your dev/staging or production servers.
0 commit comments