Skip to content

Commit 7309c6e

Browse files
committed
Remove comments about networks stanza
1 parent d00c4ac commit 7309c6e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker-compose.solr.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# DDev Apache Solr recipe file.
22
#
3-
# SEE IMPORTANT COMPATIBILITY DIFFERENCES BETWEEEN DDEV v1.18.* and v1.19+ below!
4-
# Before v1.19.* you must comment out the `networks:` line below.
53
#
64
# To use this in your own project:
75
# 1. Copy this file to your project's ".ddev" directory.
@@ -35,9 +33,6 @@ services:
3533
# README: https://github.com/docker-solr/docker-solr/blob/master/README.md
3634
# It's almost impossible to work with it if you don't read the docs there
3735
image: solr:8
38-
# CRITICAL COMPATIBILITY ISSUE WITH DDEV V1.18.x and below.
39-
# REMOVE THIS `networks:` line for ddev v1.18.x and below
40-
networks: [default, ddev_default]
4136
restart: "no"
4237
# Solr is served from this port inside the container.
4338
expose:

0 commit comments

Comments
 (0)