Updated 08. Setting up and Deploying eShopOnContainers to Windows Containers (markdown)
parent
53b604d6a9
commit
2d7ea19303
@ -54,6 +54,12 @@ docker-compose -f docker-compose-windows.yml -f docker-compose.override.yml -f d
|
||||
|
||||
**IMPORTANT**: You need to use these three files when running docker-compose up and to have te environment variables related to the localhost loopback limitation mentioned at the end of this post.
|
||||
|
||||
## Test/use the eShopOnContainers MVC app in a browser
|
||||
|
||||
Open a browser and navigate to the following URL:
|
||||
|
||||
`http://YOUR_LOCAL_IP:5100/`
|
||||
|
||||
## RabbitMQ user and password
|
||||
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user