Skip to content

Commit

Permalink
Remove obsolete compose version specifier
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Weiß <[email protected]>
  • Loading branch information
SimonCW committed Feb 17, 2025
1 parent dd9a4a4 commit 3b7a5b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 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,4 @@ 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 3b7a5b5

Please sign in to comment.