guides/Docker.md in pghero-2.0.3 vs guides/Docker.md in pghero-2.0.4
- old
+ new
@@ -70,8 +70,20 @@
url: postgres://...
replica:
url: postgres://...
```
+## Permissions
+
+We recommend [setting up a dedicated user](Permissions.md) for PgHero.
+
+## Security
+
+And basic authentication with:
+
+```sh
+docker run -e PGHERO_USERNAME=link -e PGHERO_PASSWORD=hyrule ...
+```
+
## Credits
Thanks to [Brian Morton](https://github.com/bmorton) for the [original Docker image](https://github.com/bmorton/pghero_solo).