Skip to content

Commit

Permalink
version is no longer used by Docker Compose (#8821) (#9236)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Feb 18, 2025
1 parent 0c5cafb commit 061d50a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions assets/examples/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
opensearch-node1: # This is also the hostname of the container within the Docker network (i.e. https://opensearch-node1/)
image: opensearchproject/opensearch:latest
Expand Down Expand Up @@ -65,4 +64,3 @@ volumes:

networks:
opensearch-net:

2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
doc_builder:
image: ruby:3.2.4
Expand Down

0 comments on commit 061d50a

Please sign in to comment.