From efacab62a54c39592780e4aa60dc9296806a5eb2 Mon Sep 17 00:00:00 2001 From: MBotman Date: Wed, 20 Sep 2023 14:05:04 +0200 Subject: [PATCH] Update 1-running-docker.rst auth.publicurl is required, added property to the example. Prevents error: Could not start the server" error="unable to configure Auth: invalid auth.publicurl: must provide url --- docs/pages/getting-started/1-running-docker.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/getting-started/1-running-docker.rst b/docs/pages/getting-started/1-running-docker.rst index d76da26fee..33cbab1d0f 100644 --- a/docs/pages/getting-started/1-running-docker.rst +++ b/docs/pages/getting-started/1-running-docker.rst @@ -48,6 +48,8 @@ This setup uses the following ``nuts.yaml`` configuration file: network: bootstrapnodes: - example.com:5555 + auth: + publicurl: https://example.com .. note::