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
@@ -25,12 +25,10 @@ Note: OS recommendation - Linux Ubuntu based.
25
25
4. Laravel 11
26
26
5. Mailpit (only for debug emails on dev environment)
27
27
28
-
## Setting up Docker and docker-compose
29
-
1.For installing Docker please follow steps mentioned on page [install on Ubuntu linux](https://docs.docker.com/install/linux/docker-ce/ubuntu/) or [install on Mac/Windows](https://docs.docker.com/engine/install/).
28
+
## Setting up Docker Engine with Docker Compose
29
+
For installing Docker Engine with docker compose please follow steps mentioned on page [Docker Engine](https://docs.docker.com/engine/install/).
30
30
31
-
2.For installing docker-compose as `Linux Standalone binary` please follow steps on the page [install compose](https://docs.docker.com/compose/install/standalone/) if you are using Linux OS.
32
-
33
-
Note 1: Please run next cmd after above step 2 if you are using Linux OS: `sudo usermod -aG docker $USER`
31
+
Note 1: Please run next cmd after above step if you are using Linux OS: `sudo usermod -aG docker $USER`
34
32
35
33
Note 2: If you are using Docker Desktop for MacOS 12.2 or later - please enable [virtiofs](https://www.docker.com/blog/speed-boost-achievement-unlocked-on-docker-desktop-4-6-for-mac/) for performance (enabled by default since Docker Desktop v4.22).
36
34
@@ -123,7 +121,7 @@ If you have installed composer and want to install environment via composer you
0 commit comments