Skip to content

Commit

Permalink
[BUGFIX] Expose Apache Solr to HTTPS as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm committed Oct 27, 2023
1 parent d4b6351 commit 30df867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ddev/docker-compose.solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
environment:
- VIRTUAL_HOST=$DDEV_HOSTNAME
- HTTP_EXPOSE=8983
- HTTPS_EXPOSE=8983

solr-tests:
<<: *typo3-solr-service
Expand Down

0 comments on commit 30df867

Please sign in to comment.