Skip to content

Commit

Permalink
use 8142 as default port for HTTPS (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Jun 4, 2024
1 parent 4284e94 commit 4069fa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions commands/host/xhgui
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## Usage: xhgui
## Example: "xhgui"

DDEV_XHGUI_PORT=8142
DDEV_XHGUI_HTTPS_PORT=8143
DDEV_XHGUI_PORT=8143
DDEV_XHGUI_HTTPS_PORT=8142

FULLURL=${DDEV_PRIMARY_URL}
HTTPS=""
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.xhgui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
- ./xhgui/xhgui.config.php:/var/www/xhgui/config/config.php
environment:
- VIRTUAL_HOST=$DDEV_HOSTNAME
- HTTP_EXPOSE=8142:80
- HTTPS_EXPOSE=8143:80
- HTTP_EXPOSE=8143:80
- HTTPS_EXPOSE=8142:80
- XHGUI_SAVE_HANDLER=pdo
- DDEV_DATABASE_FAMILY=${DDEV_DATABASE_FAMILY}
- XHGUI_PDO_USER=db
Expand Down

0 comments on commit 4069fa6

Please sign in to comment.