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)