Skip to content

Commit 5c23eba

Browse files
committed
Updated traefik link and texts
1 parent 1e88dd7 commit 5c23eba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Mage2click - Magento Docker Toolset</h1>
22

3-
<p align="center"><img src="assets/images/install.png" width="600" align="center" alt="Mage2click Docker Magento environment and toolset" /></p>
3+
<p align="center"><img src="assets/images/install.png" width="600" align="center" alt="Mage2click Magento Docker environment and toolset" /></p>
44

55
<p align="center">
66
<a href="https://github.com/magento/magento2" target="_blank"><img src="https://img.shields.io/badge/magento-2.X-brightgreen.svg?logo=magento&longCache=true&style=for-the-badge&logoColor=white" alt="Supported Magento Versions" /></a>
@@ -9,7 +9,7 @@
99
<a href="https://twitter.com/intent/follow?screen_name=mage2click" target="_blank"><img src="https://img.shields.io/twitter/follow/mage2click?color=brightgreen&label=mage2click&logo=twitter&logoColor=white&style=for-the-badge" /></a>
1010
</p>
1111

12-
Mage2click toolset is a system-wide command-line tool for creating and managing simultaneously running Docker Magento projects with insanely easy installation and configuration. It includes plenty of configurable services and useful commands for developing and project orchestration right out of the box. On macOS systems, mutagen.io tool will be bundled in the toolset for high-performance files sync between host and Docker containers.
12+
Mage2click toolset is a system-wide command-line tool for creating and managing simultaneously running Magento Docker projects with insanely easy installation and configuration. It includes plenty of configurable services and useful commands for developing and project orchestration right out of the box. On macOS systems, mutagen.io tool will be bundled in the toolset for high-performance files sync between host and Docker containers.
1313

1414
## Table of contents
1515

@@ -54,7 +54,7 @@ curl -sL get.m2c.run | bash
5454
After toolset is installed, you will have the next tools available locally:
5555

5656
**Traefik** - `https://traefik.m2c.test`
57-
> Traefik is an open-source reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic, automatic, fast, full-featured, production proven, provides metrics, and integrates with every major cluster technology. <a href="https://traefik.io" target="_blank">https://traefik.io</a>
57+
> Traefik is the leading open source reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic, automatic, fast, full-featured, production proven, provides metrics, and integrates with every major cluster technology. <a href="https://containo.us/traefik" target="_blank">https://containo.us/traefik</a>
5858
>
5959
**Portainer** - `https://portainer.m2c.test`
6060
> Portainer is a lightweight management toolset that allows you to easily build, manage and maintain Docker environments. Created by experts, Portainer is an opinionated toolset that captures years of experience to allow you to reliably and quickly create, operate and trouble-shoot your Docker environments. <a href="https://portainer.io" target="_blank">https://portainer.io</a>
@@ -80,7 +80,7 @@ m2c global autostart off
8080

8181
Most of services are available with version on your choice.
8282

83-
All Docker Magento projects initialized with:
83+
All Magento Docker projects initialized with:
8484

8585
- Nginx
8686
- PHP-FPM
@@ -113,7 +113,7 @@ To initialize project, open the desired directory with terminal and run
113113
m2c init
114114
```
115115

116-
This command will launch project initialization in interactive mode. Simply follow the steps to configure the desired Docker Magento development environment.
116+
This command will launch project initialization in interactive mode. Simply follow the steps to configure the desired Magento Docker development environment.
117117

118118
### Commandline project initialization mode
119119

0 commit comments

Comments
 (0)