From 4419800881621fe0d4803c7c9fb84ab3e6998ea4 Mon Sep 17 00:00:00 2001 From: Sumit Ghosh <13281246+sughosneo@users.noreply.github.com> Date: Wed, 27 Jan 2021 10:51:40 +0530 Subject: [PATCH] Fixed broken link --- Docker-compose-deployment-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker-compose-deployment-files.md b/Docker-compose-deployment-files.md index 5d2fbde..198049e 100644 --- a/Docker-compose-deployment-files.md +++ b/Docker-compose-deployment-files.md @@ -5,7 +5,7 @@ The root folder of the repo contains all docker-compose files (`docker-compose*. - [Run eShopOnContainers locally](#run-eshoponcontainers-locally) - [Run eShopOnContainers on a remote docker host](#run-eshoponcontainers-on-a-remote-docker-host) - [Run eShopOnContainers on Windows containers](#run-eshoponcontainers-on-windows-containers) -- [Run "infrastructure" containers](#run-infrastructure-containers) +- [Run infrastructure containers](#run-infrastructure-containers) - [Other files](#other-files) ## Run eShopOnContainers locally @@ -60,7 +60,7 @@ All `docker-compose-windows*.yml` files have a 1:1 relationship with the same fi * `docker-compose-windows.prod.yml` is the equivalent of `docker-compose.prod.yml` for containers windows. As happens with `docker-compose-windows.override.yml` this file will be deleted in a near future, so you should use `docker-compose.prod.yml` instead. -## Run "infrastructure" containers +## Run infrastructure containers These files were intended to provide a fast way to start only "infrastructure" containers (SQL Server, Redis, etc). *This files are deprecated and will be deleted in a near future**: