Skip to content

Commit

Permalink
build: fix trusted hosts init issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Dec 29, 2024
1 parent 10c66cf commit 05096bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ corepack_enable: false
hooks:
post-start:
- exec: composer install --ignore-platform-reqs --no-scripts
- exec: if [ ! -f /var/www/html/config/system/settings.php ]; then vendor/bin/typo3 install:setup --force; fi
- exec: if [ ! -f /var/www/html/config/system/settings.php ]; then vendor/bin/typo3 install:setup --force && vendor/bin/typo3 configuration:set SYS/trustedHostsPattern ".*"; fi

# Key features of DDEV's config.yaml:

Expand Down

0 comments on commit 05096bb

Please sign in to comment.