Skip to content

Commit 95eed84

Browse files
authored
Replace unsupported wip tld by localhost (#254)
1 parent 33deaeb commit 95eed84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For instance, use the following command to use the `master` branch of Symfony:
2828

2929
Use the `SERVER_NAME` environment variable to define your custom server name(s).
3030

31-
SERVER_NAME="symfony.wip, caddy:80" docker-compose up --build
31+
SERVER_NAME="symfony.localhost, caddy:80" docker-compose up --build
3232

3333
If you use Mercure, keep `caddy:80` in the list to allow the PHP container to request the caddy service.
3434

0 commit comments

Comments
 (0)