Skip to content

Commit

Permalink
version is no longer used by Docker Compose (#8821)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
  • Loading branch information
epugh and kolchfa-aws authored Feb 18, 2025
1 parent c2ba686 commit c0b50c1
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 c0b50c1

Please sign in to comment.