Updated 05. Deploying eShopOnContainers to a Production environment (markdown)
parent
2b6f04a53f
commit
dfe06e8940
@ -27,7 +27,7 @@ ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92
|
|||||||
**SECOND STEP:**
|
**SECOND STEP:**
|
||||||
For deploying with docker-compose, instead of doing a regular “docker-compose up” do:
|
For deploying with docker-compose, instead of doing a regular “docker-compose up” do:
|
||||||
|
|
||||||
**docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d**
|
**docker-compose -f docker-compose.yml -f docker-compose.prod.yml up**
|
||||||
|
|
||||||
So it uses the docker-compose.**prod**.yml file which uses the EXTERNAL IP or DNS name.
|
So it uses the docker-compose.**prod**.yml file which uses the EXTERNAL IP or DNS name.
|
||||||
https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.prod.yml
|
https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.prod.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user