From e74f414dec6af83e1cffc16e3e3275c0c955b23b Mon Sep 17 00:00:00 2001 From: Brandon Kelly Date: Sat, 2 Jul 2022 12:02:15 -0700 Subject: [PATCH] my-project.tld --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ac0ad4db167..f97e4fa684b 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,7 @@ DEV_SERVER_PORT=8085 DEV_SERVER_LOOPBACK=http://host.docker.internal:8085 # Running webpack-dev-server within container -# DEV_SERVER_PUBLIC=http://my-service:3000/ +# DEV_SERVER_PUBLIC=http://my-project.tld:3000/ # DEV_SERVER_PORT=3000 # DEV_SERVER_HOST=0.0.0.0 # DEV_SERVER_LOOPBACK=http://0.0.0.0:3000