Skip to content

Resolve DDEV "version" obsolete notices #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .ddev/docker-compose.selenium-chrome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#
# This file comes from https://github.com/ddev/ddev-selenium-standalone-chrome
#
version: '3.6'
services:
selenium-chrome:
image: seleniarm/standalone-chromium:4.1.4-20220429
Expand Down
2 changes: 0 additions & 2 deletions .ddev/docker-compose.solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# accessed at the URL: http://solr:8983/solr/dev (inside web container)
# or at http://myproject.ddev.site:8983/solr/dev (on the host)

version: '3.6'

services:
solr:
# Name of container using standard ddev convention
Expand Down