diff --git a/README.md b/README.md
index 60bcb95c..1f87a76b 100644
--- a/README.md
+++ b/README.md
@@ -182,7 +182,14 @@ We can use docker-compose to set up the webpack server, django server, database,
docker-compose up
```
-Now, open a Web browser and go to . You should see the login screen:
+_Note the superuser account credentials located in the `docker-compose.yaml` file:_
+```yml
+ADMIN_USERNAME: "admin"
+ADMIN_PASSWORD: "password"
+```
+
+### Confirm all doccano services are running
+Open a Web browser and go to . You should see the login screen: