From 41d05cd6905e740097a684ec4ecebff766ff370b Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Tue, 7 Nov 2023 17:27:52 +0100 Subject: [PATCH] Add correct caddy url --- guides/installation/devenv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/installation/devenv.md b/guides/installation/devenv.md index d82c127b4..cf06a268c 100644 --- a/guides/installation/devenv.md +++ b/guides/installation/devenv.md @@ -291,7 +291,7 @@ Here is an overview of services Shopware provides by default and how you can acc ### Caddy Caddy is a powerful, enterprise-ready, open-source web server with automatic HTTPS written in Go. -[http://127.0.0.1:8000](http://localhost:8000) +[http://127.0.0.1:8000](http://127.0.0.1:8000) ### Adminer Adminer is a full-featured database management tool written in PHP.