Skip to content

Commit

Permalink
Fixed gateway timeout error
Browse files Browse the repository at this point in the history
Fix gateway timeout  error when accessing solr admin via 
https://[project}.ddev.site:8983
  • Loading branch information
reithor authored May 28, 2024
1 parent 0f53ba9 commit a21fc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.ibexa-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
services:
solr:
# Name of container using standard ddev convention
container_name: ddev-${DDEV_SITENAME}-ibexa-solr
container_name: ddev-${DDEV_SITENAME}-solr
# The solr docker image is at https://hub.docker.com/_/solr/
# and code at https://github.com/docker-solr/docker-solr
# README: https://github.com/docker-solr/docker-solr/blob/master/README.md
Expand Down Expand Up @@ -36,4 +36,4 @@ services:
volumes:
# solr is a persistent Docker volume for solr data
solr:
name: "ddev-${DDEV_SITENAME}_solr"
name: "ddev-${DDEV_SITENAME}_solr"

0 comments on commit a21fc5f

Please sign in to comment.