From e278b8a76686294b4c9dca50373bfe1e2f2047c3 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Tue, 15 Aug 2023 03:27:56 +0300 Subject: [PATCH] add notes about user --- docs/faq.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 764da421..440d7c0b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -854,14 +854,14 @@ Command to run master node: docker run --privileged -p 8080:8080 -e AHRIMAN_PORT=8080 -v master.ini:/etc/ahriman.ini.d/overrides.ini arcan1s/ahriman:latest web -Worker node config (``worker.ini``) as: +The user ``worker-user`` has been created additionally. Worker node config (``worker.ini``) as: .. code-block:: ini [web] address = http://172.17.0.1:8080 - username = test - password = test + username = worker-user + password = very-secure-password [upload] target = remote-service