Skip to content

Commit 557ef6a

Browse files
committed
Adding relevant info in Option 3 and header divide
1 parent c660ff4 commit 557ef6a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,14 @@ We can use docker-compose to set up the webpack server, django server, database,
182182
docker-compose up
183183
```
184184

185-
Now, open a Web browser and go to <http://127.0.0.1:8000/login/>. You should see the login screen:
185+
_Note the superuser account credentials located in the `docker-compose.yaml` file:_
186+
```yml
187+
ADMIN_USERNAME: "admin"
188+
ADMIN_PASSWORD: "password"
189+
```
190+
191+
### Confirm all doccano services are running
192+
Open a Web browser and go to <http://127.0.0.1:8000/login/>. You should see the login screen:
186193
187194
<img src="./docs/login_form.png" alt="Login Form" width=400>
188195

0 commit comments

Comments
 (0)