Skip to content

Commit 844348c

Browse files
dotnet-architecture#1397: Replaced deprecated docker.for.win.localhost by host.docker.internal in src/.env (dotnet-architecture#1400)
1 parent 8c0da9a commit 844348c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# The IP below should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices
66

77
# Use this values to run the app locally in Windows
8-
ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.win.localhost
9-
ESHOP_STORAGE_CATALOG_URL=http://docker.for.win.localhost:5202/c/api/v1/catalog/items/[0]/pic/
10-
ESHOP_STORAGE_MARKETING_URL=http://docker.for.win.localhost:5110/api/v1/campaigns/[0]/pic/
8+
ESHOP_EXTERNAL_DNS_NAME_OR_IP=host.docker.internal
9+
ESHOP_STORAGE_CATALOG_URL=http://host.docker.internal:5202/c/api/v1/catalog/items/[0]/pic/
10+
ESHOP_STORAGE_MARKETING_URL=http://host.docker.internal:5110/api/v1/campaigns/[0]/pic/
1111

1212
# Use this values to run the app locally in Mac
1313
# ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.mac.localhost

0 commit comments

Comments
 (0)