From 1fe6cd9d6a93c1a4ca8db083333f83445e478348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Wed, 6 Sep 2017 07:19:58 +0200 Subject: [PATCH] Updated 08. Setting up and Deploying eShopOnContainers to Windows Containers (markdown) --- ...-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md b/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md index bc5d693..2a87c59 100644 --- a/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md +++ b/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md @@ -52,7 +52,7 @@ docker-compose -f docker-compose-windows.yml -f docker-compose.override.yml -f d For RabbitMQ we are using the [https://hub.docker.com/r/spring2/rabbitmq/](spring2/rabbitmq) image, which provides a ready RabbitMQ to use. This RabbitMQ is configured to accept AMQP connections from the user `admin:password`(this is different from the RabbitMQ Linux image which do not require any user/password when creating AMQP connections) -If you use `start-windows-containers.ps1` script to launch the containers, then the containers are configured to use this login/password, so everything will work. +If you use `start-windows-containers.ps1` script to launch the containers or include the file `docker-compose.override.windows.yml` in the `docker-compose` command, then the containers will be configured to use this login/password, so everything will work. ## Using custom login/password for RabbitMQ (if needed)