From 95eed846dc9b6b40ea11ad90ec2c9a82d8468cf5 Mon Sep 17 00:00:00 2001 From: Steven DUBOIS Date: Tue, 14 Jun 2022 01:05:02 +0200 Subject: [PATCH] Replace unsupported wip tld by localhost (#254) --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 744b89c..aeeb355 100644 --- a/docs/build.md +++ b/docs/build.md @@ -28,7 +28,7 @@ For instance, use the following command to use the `master` branch of Symfony: Use the `SERVER_NAME` environment variable to define your custom server name(s). - SERVER_NAME="symfony.wip, caddy:80" docker-compose up --build + SERVER_NAME="symfony.localhost, caddy:80" docker-compose up --build If you use Mercure, keep `caddy:80` in the list to allow the PHP container to request the caddy service.