Updated 09. Deploying eShopOnContainers to a "Production" environment (markdown)
parent
f8d7ac1578
commit
d5c1438939
@ -11,7 +11,8 @@ That file is using the environment variables provided by the "**.env**" file whi
|
||||
**FIRST STEP:**
|
||||
Basically, you'd need to change the IP (or DNS name) at the .env file with the IP or DNS name you have for your Docker host or orchestrator cluster. If it is a local machine using Docker for Windows, then, it'll be your real WiFi or Ethernet card IP:
|
||||
https://github.com/dotnet/eShopOnContainers/blob/master/**.env**
|
||||
# The IP below should be swapped and use your real IP or DNS name, like 192.168.88.248 or your DNS name, etc. if testing from remote browsers or mobile devices.
|
||||
|
||||
The IP below should be swapped and use your real IP or DNS name, like 192.168.88.248 or your DNS name, etc. if testing from remote browsers or mobile devices.
|
||||
|
||||
ESHOP_EXTERNAL_DNS_NAME_OR_IP=localhost
|
||||
ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92
|
||||
|
Loading…
x
Reference in New Issue
Block a user