Updated 08. Setting up and Deploying eShopOnContainers to Windows Containers (markdown)

Eduard Tomàs 2017-09-06 07:19:58 +02:00
parent 249f46a98b
commit 1fe6cd9d6a

@ -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)