Skip to content

Commit ec4018a

Browse files
committed
Make note about admin password
1 parent f143ad7 commit ec4018a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ docker run --name winter -p 8000:8000 ghcr.io/wintercms/winter:latest
2222

2323
You can then access your Winter installation by navigating to **localhost:8000** in your web browser.
2424

25+
You can view the Docker logs during initialisation for the automatically generated password for the `admin` account, or you may provide an admin password by specifying the `ADMIN_PASSWORD` environment variable.
26+
27+
```bash
28+
docker run --name winter -p 8000:8000 --env "ADMIN_PASSWORD=myadminpassword" ghcr.io/wintercms/winter:latest
29+
```
30+
2531
### Persisting data
2632

2733
If you would like to persist the Winter installation, you have two options:

0 commit comments

Comments
 (0)