From 21ebe0bb1be64fa0b3b3ed72aef155822df908f6 Mon Sep 17 00:00:00 2001 From: meskio Date: Mon, 19 Dec 2022 20:24:27 +0100 Subject: [PATCH] The default wp url is in port 12001 --- env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sample b/env.sample index aec5922..ddf1e9e 100644 --- a/env.sample +++ b/env.sample @@ -8,4 +8,4 @@ WP_USER=admin WP_PASS=admin WP_EMAIL=real@mail.org WP_TITLE=Wordpress Title -WP_URL=http://localhost:8080 +WP_URL=http://localhost:12001