From 1ee1db9664cf38029ee2afbad9b9611c62f19fba Mon Sep 17 00:00:00 2001 From: Christian Feldkirchner Date: Tue, 13 Sep 2022 07:17:01 +0200 Subject: [PATCH] Update docker.md (#4004) Added a more detailed description on how to create the initial user (via the web ui) --- docs/install/docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index f6415579c6..eebbc4a059 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -65,7 +65,9 @@ an PostgreSQL container and volume. > Without `CODER_ACCESS_URL` set, Coder will bind to `localhost:7080`. This will only work for Docker-based templates. -4. Follow the on-screen instructions log in and create your first template and workspace +4. Visit the web ui via the configured url. You can add `/login` to the base url to create the first user via the ui. + +5. Follow the on-screen instructions log in and create your first template and workspace ## Troubleshooting