docs: update docker-compose.md for PostgreSQL PGUSER env (#128)

add PGUSER to fix `FATAL: role "root" does not exist` warning.

```release-note
None
```
This commit is contained in:
Colin Cai
2022-12-02 13:13:56 +08:00
committed by GitHub
parent 5c76928800
commit 212b5aa56b

View File

@@ -87,6 +87,7 @@ description: 使用 Docker Compose 部署
- POSTGRES_PASSWORD=openpostgresql
- POSTGRES_USER=halo
- POSTGRES_DB=halo
- PGUSER=halo
networks:
halo_network: