Skip to content

Commit

Permalink
add helper comment for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Nov 28, 2023
1 parent 411ead8 commit 37d8de7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.xhgui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
- HTTPS_EXPOSE=8143:80
- XHGUI_SAVE_HANDLER=pdo
- XHGUI_PDO_DSN=${DDEV_DATABASE_FAMILY}:host=db;dbname=xhgui
# If using pgsql database, use the below line instead and remove "#ddev-generated" from top of file
# - XHGUI_PDO_DSN=pgsql:host=db;dbname=xhgui
- XHGUI_PDO_USER=db
- XHGUI_PDO_PASS=db
links:
Expand Down

0 comments on commit 37d8de7

Please sign in to comment.