mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-13 06:03:55 +08:00
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:
@@ -87,6 +87,7 @@ description: 使用 Docker Compose 部署
|
||||
- POSTGRES_PASSWORD=openpostgresql
|
||||
- POSTGRES_USER=halo
|
||||
- POSTGRES_DB=halo
|
||||
- PGUSER=halo
|
||||
|
||||
networks:
|
||||
halo_network:
|
||||
|
||||
Reference in New Issue
Block a user