From 7309c6e6c32252319933d33b083085ef955dabda Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Fri, 4 Mar 2022 07:25:40 -0700 Subject: [PATCH] Remove comments about networks stanza --- docker-compose.solr.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docker-compose.solr.yaml b/docker-compose.solr.yaml index 95f272b..f6ab606 100644 --- a/docker-compose.solr.yaml +++ b/docker-compose.solr.yaml @@ -1,7 +1,5 @@ # DDev Apache Solr recipe file. # -# SEE IMPORTANT COMPATIBILITY DIFFERENCES BETWEEEN DDEV v1.18.* and v1.19+ below! -# Before v1.19.* you must comment out the `networks:` line below. # # To use this in your own project: # 1. Copy this file to your project's ".ddev" directory. @@ -35,9 +33,6 @@ services: # README: https://github.com/docker-solr/docker-solr/blob/master/README.md # It's almost impossible to work with it if you don't read the docs there image: solr:8 - # CRITICAL COMPATIBILITY ISSUE WITH DDEV V1.18.x and below. - # REMOVE THIS `networks:` line for ddev v1.18.x and below - networks: [default, ddev_default] restart: "no" # Solr is served from this port inside the container. expose: