Skip to content

Commit

Permalink
Remove comments about networks stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Mar 4, 2022
1 parent d00c4ac commit 7309c6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.solr.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7309c6e

Please sign in to comment.