From 4a9fd75ed3ba83ce835316be58caab4eff84e213 Mon Sep 17 00:00:00 2001 From: flippy1345 Date: Mon, 7 Jun 2021 21:36:53 +0200 Subject: [PATCH] Adjusted docker compose section I switched the position of ADMIN_USERNAME and ADMIN_PASSWORD. For once it took me 2h to figure out that I changed the username and not the password. For second it is now in the same schema as the other section where a compose file is shown. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b364167..92955d6 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ services: environment: HOST: 0.0.0.0 PORT: 8888 - ADMIN_PASSWORD: admin ADMIN_USERNAME: admin + ADMIN_PASSWORD: admin WEB_CONCURRENCY: 1 ``` or [plain docker here](./docs/guides/docker_configuration.md)