Skip to content

Commit

Permalink
make slightly more user friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Dec 20, 2024
1 parent 53fccde commit be99036
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Note, the POSTFIXADMIN_SETUP_PASSWORD varaible contains dollar signs, so needs q

### Example docker run

Setup password is : mysecretpassword

```bash
docker run -e POSTFIXADMIN_DB_TYPE=mysqli \
-e POSTFIXADMIN_DB_HOST=whatever \
Expand All @@ -109,6 +111,7 @@ docker run -e POSTFIXADMIN_DB_TYPE=mysqli \
postfixadmin
```

Then visit http://localhost:8080/setup.php. Use mysecretpassword to login to the page.

## Existing setup / with config.local.php

Expand Down

0 comments on commit be99036

Please sign in to comment.